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 StringAWS Account Id corresponding to provided resources.final StringAccount Type 'source' for DevOpsAgent monitoring.final StringRole ARN to be assumed by DevOpsAgent to operate on behalf of customer.final ObjectList of AWS resources.getTags()List of AWS tags as key-value pairs.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.SourceAwsConfigurationPropertyAWS Account Id corresponding to provided resources.- Specified by:
getAccountIdin interfaceCfnAssociation.SourceAwsConfigurationProperty- See Also:
-
getAccountType
Description copied from interface:CfnAssociation.SourceAwsConfigurationPropertyAccount Type 'source' for DevOpsAgent monitoring.- Specified by:
getAccountTypein interfaceCfnAssociation.SourceAwsConfigurationProperty- See Also:
-
getAssumableRoleArn
Description copied from interface:CfnAssociation.SourceAwsConfigurationPropertyRole ARN to be assumed by DevOpsAgent to operate on behalf of customer.- Specified by:
getAssumableRoleArnin interfaceCfnAssociation.SourceAwsConfigurationProperty- See Also:
-
getResources
Description copied from interface:CfnAssociation.SourceAwsConfigurationPropertyList of AWS resources.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAssociation.AWSResourceProperty>- Specified by:
getResourcesin interfaceCfnAssociation.SourceAwsConfigurationProperty- See Also:
-
getTags
Description copied from interface:CfnAssociation.SourceAwsConfigurationPropertyList of AWS tags as key-value pairs.- 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()
-