@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.092Z") @Stability(value=Stable) public interface CfnPortfolioShareProps 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.*;
CfnPortfolioShareProps cfnPortfolioShareProps = CfnPortfolioShareProps.builder()
.accountId("accountId")
.portfolioId("portfolioId")
// the properties below are optional
.acceptLanguage("acceptLanguage")
.shareTagOptions(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPortfolioShareProps.Builder
A builder for
CfnPortfolioShareProps |
static class |
CfnPortfolioShareProps.Jsii$Proxy
An implementation for
CfnPortfolioShareProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPortfolioShareProps.Builder |
builder() |
default String |
getAcceptLanguage()
The language code.
|
String |
getAccountId()
The AWS account ID.
|
String |
getPortfolioId()
The portfolio identifier.
|
default Object |
getShareTagOptions()
Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.
|
@Stability(value=Stable) @NotNull String getAccountId()
For example, 123456789012 .
@Stability(value=Stable) @NotNull String getPortfolioId()
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
en - English (default)jp - Japanesezh - Chinese@Stability(value=Stable) @Nullable default Object getShareTagOptions()
@Stability(value=Stable) static CfnPortfolioShareProps.Builder builder()
CfnPortfolioShareProps.Builder of CfnPortfolioSharePropsCopyright © 2022. All rights reserved.