Package io.openraven.magpie.data.aws.emr
Class EmrCluster
java.lang.Object
io.openraven.magpie.data.Resource
io.openraven.magpie.data.aws.AWSResource
io.openraven.magpie.data.aws.emr.EmrCluster
-
Field Summary
FieldsFields inherited from class io.openraven.magpie.data.aws.AWSResource
arn, awsAccountId, awsRegion, configuration, createdIso, discoveryMeta, discoverySessionId, documentId, maxSizeInBytes, resourceId, resourceName, resourceType, sizeInBytes, supplementaryConfiguration, tags, updatedIso -
Constructor Summary
ConstructorsConstructorDescriptionEmrCluster(String account, String regionId, software.amazon.awssdk.services.emr.model.ClusterSummary cluster) -
Method Summary
Methods inherited from class io.openraven.magpie.data.aws.AWSResource
getArn, getAwsAccountId, getAwsRegion, getConfiguration, getCreatedIso, getDiscoveryMeta, getDiscoverySessionId, getDocumentId, getMaxSizeInBytes, getResourceId, getResourceName, getResourceType, getSizeInBytes, getSupplementaryConfiguration, getTags, getUpdatedIso, setArn, setAwsAccountId, setAwsRegion, setConfiguration, setCreatedIso, setDiscoveryMeta, setDiscoverySessionId, setDocumentId, setMaxSizeInBytes, setResourceId, setResourceName, setResourceType, setSizeInBytes, setSupplementaryConfiguration, setTags, setUpdatedIso
-
Field Details
-
TABLE_NAME
- See Also:
-
RESOURCE_TYPE
- See Also:
-
-
Constructor Details
-
EmrCluster
public EmrCluster() -
EmrCluster
-