| Package | Description |
|---|---|
| software.amazon.awscdk.services.servicecatalog |
AWS Service Catalog Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnLaunchRoleConstraint.Builder |
CfnLaunchRoleConstraint.Builder.acceptLanguage(String acceptLanguage)
The language code.
|
static CfnLaunchRoleConstraint.Builder |
CfnLaunchRoleConstraint.Builder.create(software.constructs.Construct scope,
String id) |
CfnLaunchRoleConstraint.Builder |
CfnLaunchRoleConstraint.Builder.description(String description)
The description of the constraint.
|
CfnLaunchRoleConstraint.Builder |
CfnLaunchRoleConstraint.Builder.localRoleName(String localRoleName)
You are required to specify either the `RoleArn` or the `LocalRoleName` but can't use both.
|
CfnLaunchRoleConstraint.Builder |
CfnLaunchRoleConstraint.Builder.portfolioId(String portfolioId)
The portfolio identifier.
|
CfnLaunchRoleConstraint.Builder |
CfnLaunchRoleConstraint.Builder.productId(String productId)
The product identifier.
|
CfnLaunchRoleConstraint.Builder |
CfnLaunchRoleConstraint.Builder.roleArn(String roleArn)
The ARN of the launch role.
|
Copyright © 2022. All rights reserved.