Interface CfnPortfolioShareProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPortfolioShareProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:48.711Z")
@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();
- See Also:
-
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.- See Also:
-
getPortfolioId
The portfolio identifier.- See Also:
-
getAcceptLanguage
The language code.jp- Japanesezh- Chinese
- See Also:
-
builder
- Returns:
- a
CfnPortfolioShareProps.BuilderofCfnPortfolioShareProps
-