Class CfnLink.Builder

java.lang.Object
software.amazon.awscdk.services.oam.CfnLink.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLink>
Enclosing class:
CfnLink

@Stability(Stable) public static final class CfnLink.Builder extends Object implements software.amazon.jsii.Builder<CfnLink>
A fluent builder for CfnLink.
  • Method Details

    • create

      @Stability(Stable) public static CfnLink.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnLink.Builder.
    • resourceTypes

      @Stability(Stable) public CfnLink.Builder resourceTypes(List<String> resourceTypes)
      An array of strings that define which types of data that the source account shares with the monitoring account.

      Valid values are AWS::CloudWatch::Metric | AWS::Logs::LogGroup | AWS::XRay::Trace .

      Parameters:
      resourceTypes - An array of strings that define which types of data that the source account shares with the monitoring account. This parameter is required.
      Returns:
      this
    • sinkIdentifier

      @Stability(Stable) public CfnLink.Builder sinkIdentifier(String sinkIdentifier)
      The ARN of the sink in the monitoring account that you want to link to.

      You can use ListSinks to find the ARNs of sinks.

      Parameters:
      sinkIdentifier - The ARN of the sink in the monitoring account that you want to link to. This parameter is required.
      Returns:
      this
    • labelTemplate

      @Stability(Stable) public CfnLink.Builder labelTemplate(String labelTemplate)
      Specify a friendly human-readable name to use to identify this source account when you are viewing data from it in the monitoring account.

      You can include the following variables in your template:

      • $AccountName is the name of the account
      • $AccountEmail is a globally-unique email address, which includes the email domain, such as mariagarcia@example.com
      • $AccountEmailNoDomain is an email address without the domain name, such as mariagarcia

      Parameters:
      labelTemplate - Specify a friendly human-readable name to use to identify this source account when you are viewing data from it in the monitoring account. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnLink.Builder tags(Map<String,String> tags)
      An array of key-value pairs to apply to the link.

      For more information, see Tag .

      Parameters:
      tags - An array of key-value pairs to apply to the link. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public CfnLink build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnLink>
      Returns:
      a newly built instance of CfnLink.