@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.040Z") @Stability(value=Stable) public interface CfnLaunchRoleConstraintProps extends software.amazon.jsii.JsiiSerializable
| 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) @NotNull String getPortfolioId()
@Stability(value=Stable) @NotNull String getProductId()
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getLocalRoleName()
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) static CfnLaunchRoleConstraintProps.Builder builder()
Copyright © 2021. All rights reserved.