Class CfnAssociationPropsMixin.AWSConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnAssociationPropsMixin.AWSConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAssociationPropsMixin.AWSConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssociationPropsMixin.AWSConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAssociationPropsMixin.AWSConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssociationPropsMixin.AWSConfigurationProperty
An implementation for
CfnAssociationPropsMixin.AWSConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnAssociationPropsMixin.AWSConfigurationProperty
CfnAssociationPropsMixin.AWSConfigurationProperty.Builder, CfnAssociationPropsMixin.AWSConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAssociationPropsMixin.AWSConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringAccount ID corresponding to the provided resources.final StringAccount Type 'monitor' for AWS DevOps Agent monitoring.final StringRole ARN used by AWS DevOps Agent to access resources in the primary account.final ObjectList of resources to monitor.getTags()List of tags as key-value pairs, used to identify resources for topology crawl.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnAssociationPropsMixin.AWSConfigurationProperty.Builder.
-
-
Method Details
-
getAccountId
Description copied from interface:CfnAssociationPropsMixin.AWSConfigurationPropertyAccount ID corresponding to the provided resources.- Specified by:
getAccountIdin interfaceCfnAssociationPropsMixin.AWSConfigurationProperty- See Also:
-
getAccountType
Description copied from interface:CfnAssociationPropsMixin.AWSConfigurationPropertyAccount Type 'monitor' for AWS DevOps Agent monitoring.- Specified by:
getAccountTypein interfaceCfnAssociationPropsMixin.AWSConfigurationProperty- See Also:
-
getAssumableRoleArn
Description copied from interface:CfnAssociationPropsMixin.AWSConfigurationPropertyRole ARN used by AWS DevOps Agent to access resources in the primary account.- Specified by:
getAssumableRoleArnin interfaceCfnAssociationPropsMixin.AWSConfigurationProperty- See Also:
-
getResources
Description copied from interface:CfnAssociationPropsMixin.AWSConfigurationPropertyList of resources to monitor.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAssociationPropsMixin.AWSResourceProperty>- Specified by:
getResourcesin interfaceCfnAssociationPropsMixin.AWSConfigurationProperty- See Also:
-
getTags
Description copied from interface:CfnAssociationPropsMixin.AWSConfigurationPropertyList of tags as key-value pairs, used to identify resources for topology crawl.- Specified by:
getTagsin interfaceCfnAssociationPropsMixin.AWSConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-