Class ServiceNetworkServiceAssociationState


  • public final class ServiceNetworkServiceAssociationState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        The ARN of the Association.
      • createdBy

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> createdBy()
        Returns:
        The account that created the association.
      • customDomainName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> customDomainName()
        Returns:
        The custom domain name of the service.
      • serviceIdentifier

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> serviceIdentifier()
        Returns:
        The ID or Amazon Resource Identifier (ARN) of the service.
      • serviceNetworkIdentifier

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> serviceNetworkIdentifier()
        Returns:
        The ID or Amazon Resource Identifier (ARN) of the service network. You must use the ARN if the resources specified in the operation are in different accounts. The following arguments are optional:
      • status

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> status()
        Returns:
        The operations status. Valid Values are CREATE_IN_PROGRESS | ACTIVE | DELETE_IN_PROGRESS | CREATE_FAILED | DELETE_FAILED
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.