Class CfnLaunchRoleConstraintMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.servicecatalog.CfnLaunchRoleConstraintMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLaunchRoleConstraintMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLaunchRoleConstraintMixinProps
@Stability(Stable)
@Internal
public static final class CfnLaunchRoleConstraintMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLaunchRoleConstraintMixinProps
An implementation for
CfnLaunchRoleConstraintMixinProps-
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.servicecatalog.CfnLaunchRoleConstraintMixinProps
CfnLaunchRoleConstraintMixinProps.Builder, CfnLaunchRoleConstraintMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLaunchRoleConstraintMixinProps.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 language code.final StringThe description of the constraint.final StringYou are required to specify either theRoleArnor theLocalRoleNamebut can't use both.final StringThe portfolio identifier.final StringThe product identifier.final StringThe ARN of the launch role.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 theCfnLaunchRoleConstraintMixinProps.Builder.
-
-
Method Details
-
getAcceptLanguage
Description copied from interface:CfnLaunchRoleConstraintMixinPropsThe language code.jp- Japanesezh- Chinese
- Specified by:
getAcceptLanguagein interfaceCfnLaunchRoleConstraintMixinProps- See Also:
-
getDescription
Description copied from interface:CfnLaunchRoleConstraintMixinPropsThe description of the constraint.- Specified by:
getDescriptionin interfaceCfnLaunchRoleConstraintMixinProps- See Also:
-
getLocalRoleName
Description copied from interface:CfnLaunchRoleConstraintMixinPropsYou are required to specify either theRoleArnor theLocalRoleNamebut can't use both.If you specify the
LocalRoleNameproperty, when an account uses the launch constraint, the IAM role with that name in the account will be used. This allows launch-role constraints to be account-agnostic so the administrator can create fewer resources per shared account.The given role name must exist in the account used to create the launch constraint and the account of the user who launches a product with this launch constraint.
- Specified by:
getLocalRoleNamein interfaceCfnLaunchRoleConstraintMixinProps- See Also:
-
getPortfolioId
Description copied from interface:CfnLaunchRoleConstraintMixinPropsThe portfolio identifier.- Specified by:
getPortfolioIdin interfaceCfnLaunchRoleConstraintMixinProps- See Also:
-
getProductId
Description copied from interface:CfnLaunchRoleConstraintMixinPropsThe product identifier.- Specified by:
getProductIdin interfaceCfnLaunchRoleConstraintMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnLaunchRoleConstraintMixinPropsThe ARN of the launch role.You are required to specify
RoleArnorLocalRoleNamebut can't use both.- Specified by:
getRoleArnin interfaceCfnLaunchRoleConstraintMixinProps- 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()
-