Class GetInfrastructureConfigurationResult


  • public final class GetInfrastructureConfigurationResult
    extends java.lang.Object
    • Method Detail

      • arn

        public java.lang.String arn()
      • dateCreated

        public java.lang.String dateCreated()
        Returns:
        Date the infrastructure configuration was updated.
      • dateUpdated

        public java.lang.String dateUpdated()
      • description

        public java.lang.String description()
        Returns:
        Description of the infrastructure configuration.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • instanceMetadataOptions

        public java.util.List<GetInfrastructureConfigurationInstanceMetadataOption> instanceMetadataOptions()
        Returns:
        Nested list of instance metadata options for the HTTP requests that pipeline builds use to launch EC2 build and test instances.
      • instanceProfileName

        public java.lang.String instanceProfileName()
        Returns:
        Name of the IAM Instance Profile associated with the configuration.
      • instanceTypes

        public java.util.List<java.lang.String> instanceTypes()
        Returns:
        Set of EC2 Instance Types associated with the configuration.
      • keyPair

        public java.lang.String keyPair()
        Returns:
        Name of the EC2 Key Pair associated with the configuration.
      • name

        public java.lang.String name()
        Returns:
        Name of the infrastructure configuration.
      • resourceTags

        public java.util.Map<java.lang.String,​java.lang.String> resourceTags()
        Returns:
        Key-value map of resource tags for the infrastructure created by the infrastructure configuration.
      • securityGroupIds

        public java.util.List<java.lang.String> securityGroupIds()
        Returns:
        Set of EC2 Security Group identifiers associated with the configuration.
      • snsTopicArn

        public java.lang.String snsTopicArn()
        Returns:
        ARN of the SNS Topic associated with the configuration.
      • subnetId

        public java.lang.String subnetId()
        Returns:
        Identifier of the EC2 Subnet associated with the configuration.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Key-value map of resource tags for the infrastructure configuration.
      • terminateInstanceOnFailure

        public java.lang.Boolean terminateInstanceOnFailure()
        Returns:
        Whether instances are terminated on failure.