Interface CfnPortfolioShareProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPortfolioShareProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-15T10:25:07.387Z")
@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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPortfolioShareProps
static final class
An 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.Builder
ofCfnPortfolioShareProps
-