Class CfnEnvironmentAccountConnectionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.proton.CfnEnvironmentAccountConnectionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentAccountConnectionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentAccountConnectionProps
@Stability(Stable)
@Internal
public static final class CfnEnvironmentAccountConnectionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironmentAccountConnectionProps
An implementation for
CfnEnvironmentAccountConnectionProps-
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.proton.CfnEnvironmentAccountConnectionProps
CfnEnvironmentAccountConnectionProps.Builder, CfnEnvironmentAccountConnectionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironmentAccountConnectionProps.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 theCfnEnvironmentAccountConnectionProps.Builder.
-
-
Method Details
-
getCodebuildRoleArn
Description copied from interface:CfnEnvironmentAccountConnectionPropsThe 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 interfaceCfnEnvironmentAccountConnectionProps- See Also:
-
getComponentRoleArn
Description copied from interface:CfnEnvironmentAccountConnectionPropsThe 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 interfaceCfnEnvironmentAccountConnectionProps- See Also:
-
getEnvironmentAccountId
Description copied from interface:CfnEnvironmentAccountConnectionPropsThe environment account that's connected to the environment account connection.- Specified by:
getEnvironmentAccountIdin interfaceCfnEnvironmentAccountConnectionProps- See Also:
-
getEnvironmentName
Description copied from interface:CfnEnvironmentAccountConnectionPropsThe name of the environment that's associated with the environment account connection.- Specified by:
getEnvironmentNamein interfaceCfnEnvironmentAccountConnectionProps- See Also:
-
getManagementAccountId
Description copied from interface:CfnEnvironmentAccountConnectionPropsThe ID of the management account that's connected to the environment account connection.- Specified by:
getManagementAccountIdin interfaceCfnEnvironmentAccountConnectionProps- See Also:
-
getRoleArn
Description copied from interface:CfnEnvironmentAccountConnectionPropsThe IAM service role that's associated with the environment account connection.- Specified by:
getRoleArnin interfaceCfnEnvironmentAccountConnectionProps- See Also:
-
getTags
Description copied from interface:CfnEnvironmentAccountConnectionPropsAn 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 interfaceCfnEnvironmentAccountConnectionProps- 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()
-