Class CfnEnvironmentAccountConnectionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.proton.CfnEnvironmentAccountConnectionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentAccountConnectionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentAccountConnectionMixinProps
@Stability(Stable)
@Internal
public static final class CfnEnvironmentAccountConnectionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironmentAccountConnectionMixinProps
An implementation for
CfnEnvironmentAccountConnectionMixinProps-
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.proton.CfnEnvironmentAccountConnectionMixinProps
CfnEnvironmentAccountConnectionMixinProps.Builder, CfnEnvironmentAccountConnectionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironmentAccountConnectionMixinProps.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 StringThe Amazon Resource Name (ARN) of an IAM service role in the environment account.final StringThe Amazon Resource Name (ARN) of the IAM service role that AWS Proton uses when provisioning directly defined components in the associated environment account.final StringThe environment account that's connected to the environment account connection.final StringThe name of the environment that's associated with the environment account connection.final StringThe ID of the management account that's connected to the environment account connection.final StringThe IAM service role that's associated with the environment account connection.getTags()An optional list of metadata items that you can associate with the AWS Proton environment account connection.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 theCfnEnvironmentAccountConnectionMixinProps.Builder.
-
-
Method Details
-
getCodebuildRoleArn
Description copied from interface:CfnEnvironmentAccountConnectionMixinPropsThe Amazon Resource Name (ARN) of an IAM service role in the environment account.AWS Proton uses this role to provision infrastructure resources using CodeBuild-based provisioning in the associated environment account.
- Specified by:
getCodebuildRoleArnin interfaceCfnEnvironmentAccountConnectionMixinProps- See Also:
-
getComponentRoleArn
Description copied from interface:CfnEnvironmentAccountConnectionMixinPropsThe Amazon Resource Name (ARN) of the IAM service role that AWS Proton uses when provisioning directly defined components in the associated environment account.It determines the scope of infrastructure that a component can provision in the account.
The environment account connection must have a
componentRoleArnto allow directly defined components to be associated with any environments running in the account.For more information about components, see AWS Proton components in the AWS Proton User Guide .
- Specified by:
getComponentRoleArnin interfaceCfnEnvironmentAccountConnectionMixinProps- See Also:
-
getEnvironmentAccountId
Description copied from interface:CfnEnvironmentAccountConnectionMixinPropsThe environment account that's connected to the environment account connection.- Specified by:
getEnvironmentAccountIdin interfaceCfnEnvironmentAccountConnectionMixinProps- See Also:
-
getEnvironmentName
Description copied from interface:CfnEnvironmentAccountConnectionMixinPropsThe name of the environment that's associated with the environment account connection.- Specified by:
getEnvironmentNamein interfaceCfnEnvironmentAccountConnectionMixinProps- See Also:
-
getManagementAccountId
Description copied from interface:CfnEnvironmentAccountConnectionMixinPropsThe ID of the management account that's connected to the environment account connection.- Specified by:
getManagementAccountIdin interfaceCfnEnvironmentAccountConnectionMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnEnvironmentAccountConnectionMixinPropsThe IAM service role that's associated with the environment account connection.- Specified by:
getRoleArnin interfaceCfnEnvironmentAccountConnectionMixinProps- See Also:
-
getTags
Description copied from interface:CfnEnvironmentAccountConnectionMixinPropsAn optional list of metadata items that you can associate with the AWS Proton environment account connection.A tag is a key-value pair.
For more information, see AWS Proton resources and tagging in the AWS Proton User Guide .
- Specified by:
getTagsin interfaceCfnEnvironmentAccountConnectionMixinProps- 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()
-