@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-15T10:03:45.280Z") @Stability(value=Stable) public interface CfnResourceUpdateConstraintProps 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.*;
CfnResourceUpdateConstraintProps cfnResourceUpdateConstraintProps = CfnResourceUpdateConstraintProps.builder()
.portfolioId("portfolioId")
.productId("productId")
.tagUpdateOnProvisionedProduct("tagUpdateOnProvisionedProduct")
// the properties below are optional
.acceptLanguage("acceptLanguage")
.description("description")
.build();
| 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) @Nullable default String getAcceptLanguage()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getPortfolioId()
@Stability(value=Stable) @NotNull String getProductId()
@Stability(value=Stable) @NotNull String getTagUpdateOnProvisionedProduct()
@Stability(value=Stable) static CfnResourceUpdateConstraintProps.Builder builder()
Copyright © 2021. All rights reserved.