Interface CfnPortfolioShareProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPortfolioShareProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:39.765Z")
@Stability(Stable)
public interface CfnPortfolioShareProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnPortfolioShare.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPortfolioSharePropsstatic final classAn implementation forCfnPortfolioShareProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccountId
The AWS account ID.For example,
123456789012. -
getPortfolioId
The portfolio identifier. -
getAcceptLanguage
The language code.jp- Japanesezh- Chinese
-
builder
- Returns:
- a
CfnPortfolioShareProps.BuilderofCfnPortfolioShareProps
-