Class CfnAssociation.SourceAwsConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.devopsagent.CfnAssociation.SourceAwsConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAssociation.SourceAwsConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssociation.SourceAwsConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAssociation.SourceAwsConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssociation.SourceAwsConfigurationProperty
An implementation for
CfnAssociation.SourceAwsConfigurationProperty-
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.services.devopsagent.CfnAssociation.SourceAwsConfigurationProperty
CfnAssociation.SourceAwsConfigurationProperty.Builder, CfnAssociation.SourceAwsConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAssociation.SourceAwsConfigurationProperty.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 'source' for AWS DevOps Agent monitoring.final StringRole ARN to be assumed by AWS DevOps Agent to operate on behalf of customer.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 theCfnAssociation.SourceAwsConfigurationProperty.Builder.
-
-
Method Details
-
getAccountId
Description copied from interface:CfnAssociation.SourceAwsConfigurationPropertyAccount ID corresponding to the provided resources.- Specified by:
getAccountIdin interfaceCfnAssociation.SourceAwsConfigurationProperty- See Also:
-
getAccountType
Description copied from interface:CfnAssociation.SourceAwsConfigurationPropertyAccount Type 'source' for AWS DevOps Agent monitoring.- Specified by:
getAccountTypein interfaceCfnAssociation.SourceAwsConfigurationProperty- See Also:
-
getAssumableRoleArn
Description copied from interface:CfnAssociation.SourceAwsConfigurationPropertyRole ARN to be assumed by AWS DevOps Agent to operate on behalf of customer.- Specified by:
getAssumableRoleArnin interfaceCfnAssociation.SourceAwsConfigurationProperty- See Also:
-
getResources
Description copied from interface:CfnAssociation.SourceAwsConfigurationPropertyList of resources to monitor.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAssociation.AWSResourceProperty>- Specified by:
getResourcesin interfaceCfnAssociation.SourceAwsConfigurationProperty- See Also:
-
getTags
Description copied from interface:CfnAssociation.SourceAwsConfigurationPropertyList of tags as key-value pairs, used to identify resources for topology crawl.- Specified by:
getTagsin interfaceCfnAssociation.SourceAwsConfigurationProperty- 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()
-