Class LinkArgs


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

      Nested Classes 
      Modifier and Type Class Description
      static class  LinkArgs.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 LinkArgs Empty  
    • Field Detail

      • Empty

        public static final LinkArgs Empty
    • Method Detail

      • labelTemplate

        public 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.
      • linkConfiguration

        public java.util.Optional<com.pulumi.core.Output<LinkLinkConfigurationArgs>> linkConfiguration()
        Returns:
        Configuration for creating filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account. See `link_configuration` Block for details.
      • resourceTypes

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

        public 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.