@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:53.702Z")
public interface CfnPortfolioShareProps
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 java.lang.String |
getAcceptLanguage()
The language code.
|
java.lang.String |
getAccountId()
The AWS account ID.
|
java.lang.String |
getPortfolioId()
The portfolio identifier.
|
default java.lang.Object |
getShareTagOptions()
Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.
|
java.lang.String getAccountId()
For example, 123456789012
.
java.lang.String getPortfolioId()
default java.lang.String getAcceptLanguage()
en
- English (default)jp
- Japanesezh
- Chinesedefault java.lang.Object getShareTagOptions()
static CfnPortfolioShareProps.Builder builder()
CfnPortfolioShareProps.Builder
of CfnPortfolioShareProps