Interface CfnLinkMixinProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLinkMixinProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)", date="2025-12-18T18:20:28.742Z") @Stability(Stable) public interface CfnLinkMixinProps extends software.amazon.jsii.JsiiSerializable
Properties for CfnLinkPropsMixin.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.oam.mixins.*;
 CfnLinkMixinProps cfnLinkMixinProps = CfnLinkMixinProps.builder()
         .labelTemplate("labelTemplate")
         .linkConfiguration(LinkConfigurationProperty.builder()
                 .logGroupConfiguration(LinkFilterProperty.builder()
                         .filter("filter")
                         .build())
                 .metricConfiguration(LinkFilterProperty.builder()
                         .filter("filter")
                         .build())
                 .build())
         .resourceTypes(List.of("resourceTypes"))
         .sinkIdentifier("sinkIdentifier")
         .tags(Map.of(
                 "tagsKey", "tags"))
         .build();
 

See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A builder for CfnLinkMixinProps
    static final class 
    An implementation for CfnLinkMixinProps
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default String
    Specify a friendly human-readable name to use to identify this source account when you are viewing data from it in the monitoring account.
    default Object
    Use this structure to optionally create filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account.
    default List<String>
    An array of strings that define which types of data that the source account shares with the monitoring account.
    default String
    The ARN of the sink in the monitoring account that you want to link to.
    default Map<String,String>
    An array of key-value pairs to apply to the link.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson