@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-15T10:03:45.276Z") @Stability(value=Stable) public interface CfnLaunchRoleConstraintProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.servicecatalog.*;
CfnLaunchRoleConstraintProps cfnLaunchRoleConstraintProps = CfnLaunchRoleConstraintProps.builder()
.portfolioId("portfolioId")
.productId("productId")
// the properties below are optional
.acceptLanguage("acceptLanguage")
.description("description")
.localRoleName("localRoleName")
.roleArn("roleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunchRoleConstraintProps.Builder
A builder for
CfnLaunchRoleConstraintProps |
static class |
CfnLaunchRoleConstraintProps.Jsii$Proxy
An implementation for
CfnLaunchRoleConstraintProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunchRoleConstraintProps.Builder |
builder() |
default String |
getAcceptLanguage()
`AWS::ServiceCatalog::LaunchRoleConstraint.AcceptLanguage`.
|
default String |
getDescription()
`AWS::ServiceCatalog::LaunchRoleConstraint.Description`.
|
default String |
getLocalRoleName()
`AWS::ServiceCatalog::LaunchRoleConstraint.LocalRoleName`.
|
String |
getPortfolioId()
`AWS::ServiceCatalog::LaunchRoleConstraint.PortfolioId`.
|
String |
getProductId()
`AWS::ServiceCatalog::LaunchRoleConstraint.ProductId`.
|
default String |
getRoleArn()
`AWS::ServiceCatalog::LaunchRoleConstraint.RoleArn`.
|
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getLocalRoleName()
@Stability(value=Stable) @NotNull String getPortfolioId()
@Stability(value=Stable) @NotNull String getProductId()
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) static CfnLaunchRoleConstraintProps.Builder builder()
Copyright © 2021. All rights reserved.