Class CfnLinkProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.oam.CfnLinkProps.Jsii$Proxy
All Implemented Interfaces:
CfnLinkProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnLinkProps

@Stability(Stable) @Internal public static final class CfnLinkProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLinkProps
An implementation for CfnLinkProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.oam.CfnLinkProps

    CfnLinkProps.Builder, CfnLinkProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnLinkProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final 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.
    final List<String>
    An array of strings that define which types of data that the source account shares with the monitoring account.
    final String
    The ARN of the sink in the monitoring account that you want to link to.
    An array of key-value pairs to apply to the link.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnLinkProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnLinkProps.Builder.
  • Method Details

    • getResourceTypes

      public final List<String> getResourceTypes()
      Description copied from interface: CfnLinkProps
      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 .

      Specified by:
      getResourceTypes in interface CfnLinkProps
    • getSinkIdentifier

      public final String getSinkIdentifier()
      Description copied from interface: CfnLinkProps
      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.

      Specified by:
      getSinkIdentifier in interface CfnLinkProps
    • getLabelTemplate

      public final String getLabelTemplate()
      Description copied from interface: CfnLinkProps
      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
      Specified by:
      getLabelTemplate in interface CfnLinkProps
    • getTags

      public final Map<String,String> getTags()
      Description copied from interface: CfnLinkProps
      An array of key-value pairs to apply to the link.

      For more information, see Tag .

      Specified by:
      getTags in interface CfnLinkProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object