Class CfnLaunchRoleConstraintProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalog.CfnLaunchRoleConstraintProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLaunchRoleConstraintProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLaunchRoleConstraintProps
@Stability(Stable)
@Internal
public static final class CfnLaunchRoleConstraintProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLaunchRoleConstraintProps
An implementation for
CfnLaunchRoleConstraintProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.servicecatalog.CfnLaunchRoleConstraintProps
CfnLaunchRoleConstraintProps.Builder, CfnLaunchRoleConstraintProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLaunchRoleConstraintProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The language code.final String
The description of the constraint.final String
You are required to specify either theRoleArn
or theLocalRoleName
but can't use both.final String
The portfolio identifier.final String
The product identifier.final String
The ARN of the launch role.final int
hashCode()
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 theCfnLaunchRoleConstraintProps.Builder
.
-
-
Method Details
-
getPortfolioId
Description copied from interface:CfnLaunchRoleConstraintProps
The portfolio identifier.- Specified by:
getPortfolioId
in interfaceCfnLaunchRoleConstraintProps
- See Also:
-
getProductId
Description copied from interface:CfnLaunchRoleConstraintProps
The product identifier.- Specified by:
getProductId
in interfaceCfnLaunchRoleConstraintProps
- See Also:
-
getAcceptLanguage
Description copied from interface:CfnLaunchRoleConstraintProps
The language code.jp
- Japanesezh
- Chinese
- Specified by:
getAcceptLanguage
in interfaceCfnLaunchRoleConstraintProps
- See Also:
-
getDescription
Description copied from interface:CfnLaunchRoleConstraintProps
The description of the constraint.- Specified by:
getDescription
in interfaceCfnLaunchRoleConstraintProps
- See Also:
-
getLocalRoleName
Description copied from interface:CfnLaunchRoleConstraintProps
You are required to specify either theRoleArn
or theLocalRoleName
but can't use both.If you specify the
LocalRoleName
property, 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:
getLocalRoleName
in interfaceCfnLaunchRoleConstraintProps
- See Also:
-
getRoleArn
Description copied from interface:CfnLaunchRoleConstraintProps
The ARN of the launch role.You are required to specify
RoleArn
orLocalRoleName
but can't use both.- Specified by:
getRoleArn
in interfaceCfnLaunchRoleConstraintProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-