@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.042Z") @Stability(value=Stable) public interface CfnResourceUpdateConstraintProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceUpdateConstraintProps.Builder
A builder for
CfnResourceUpdateConstraintProps |
static class |
CfnResourceUpdateConstraintProps.Jsii$Proxy
An implementation for
CfnResourceUpdateConstraintProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceUpdateConstraintProps.Builder |
builder() |
default String |
getAcceptLanguage()
`AWS::ServiceCatalog::ResourceUpdateConstraint.AcceptLanguage`.
|
default String |
getDescription()
`AWS::ServiceCatalog::ResourceUpdateConstraint.Description`.
|
String |
getPortfolioId()
`AWS::ServiceCatalog::ResourceUpdateConstraint.PortfolioId`.
|
String |
getProductId()
`AWS::ServiceCatalog::ResourceUpdateConstraint.ProductId`.
|
String |
getTagUpdateOnProvisionedProduct()
`AWS::ServiceCatalog::ResourceUpdateConstraint.TagUpdateOnProvisionedProduct`.
|
@Stability(value=Stable) @NotNull String getPortfolioId()
@Stability(value=Stable) @NotNull String getProductId()
@Stability(value=Stable) @NotNull String getTagUpdateOnProvisionedProduct()
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) static CfnResourceUpdateConstraintProps.Builder builder()
Copyright © 2021. All rights reserved.