Class LinkState


  • public final class LinkState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  LinkState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static LinkState Empty  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()  
      static LinkState.Builder builder()  
      static LinkState.Builder builder​(LinkState defaults)  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> label()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> labelTemplate()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> linkId()  
      java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> resourceTypes()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> sinkArn()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> sinkIdentifier()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
      Deprecated.
      Please use `tags` instead.
      • Methods inherited from class com.pulumi.resources.ResourceArgs

        validateMember
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Method Detail

      • arn

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

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> label()
        Returns:
        Label that is assigned to this link.
      • labelTemplate

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> labelTemplate()
        Returns:
        Human-readable name to use to identify this source account when you are viewing data from it in the monitoring account.
      • linkId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> linkId()
        Returns:
        ID string that AWS generated as part of the link ARN.
      • resourceTypes

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> resourceTypes()
        Returns:
        Types of data that the source account shares with the monitoring account.
      • sinkArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> sinkArn()
        Returns:
        ARN of the sink that is used for this link.
      • sinkIdentifier

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> sinkIdentifier()
        Returns:
        Identifier of the sink to use to create this link. The following arguments are optional:
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. 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.