@Generated(value="jsii-pacmak/0.11.3 (build 464b8c6)", date="2019-06-19T15:06:44.410Z") @Stability(value=Experimental) public class CfnCloudFormationProduct extends software.amazon.awscdk.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty
EXPERIMENTAL
|
| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnCloudFormationProduct(software.amazon.awscdk.Construct scope,
String id,
CfnCloudFormationProductProps props)
Create a new `AWS::ServiceCatalog::CloudFormationProduct`.
|
protected |
CfnCloudFormationProduct(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptLanguage()
`AWS::ServiceCatalog::CloudFormationProduct.AcceptLanguage`.
|
String |
getAttrProductName()
EXPERIMENTAL
|
String |
getAttrProvisioningArtifactIds()
EXPERIMENTAL
|
String |
getAttrProvisioningArtifactNames()
EXPERIMENTAL
|
protected Map<String,Object> |
getCfnProperties()
EXPERIMENTAL
|
String |
getDescription()
`AWS::ServiceCatalog::CloudFormationProduct.Description`.
|
String |
getDistributor()
`AWS::ServiceCatalog::CloudFormationProduct.Distributor`.
|
String |
getName()
`AWS::ServiceCatalog::CloudFormationProduct.Name`.
|
String |
getOwner()
`AWS::ServiceCatalog::CloudFormationProduct.Owner`.
|
Object |
getProvisioningArtifactParameters()
`AWS::ServiceCatalog::CloudFormationProduct.ProvisioningArtifactParameters`.
|
String |
getSupportDescription()
`AWS::ServiceCatalog::CloudFormationProduct.SupportDescription`.
|
String |
getSupportEmail()
`AWS::ServiceCatalog::CloudFormationProduct.SupportEmail`.
|
String |
getSupportUrl()
`AWS::ServiceCatalog::CloudFormationProduct.SupportUrl`.
|
software.amazon.awscdk.TagManager |
getTags()
`AWS::ServiceCatalog::CloudFormationProduct.Tags`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props)
EXPERIMENTAL
|
void |
setAcceptLanguage(String value)
`AWS::ServiceCatalog::CloudFormationProduct.AcceptLanguage`.
|
void |
setDescription(String value)
`AWS::ServiceCatalog::CloudFormationProduct.Description`.
|
void |
setDistributor(String value)
`AWS::ServiceCatalog::CloudFormationProduct.Distributor`.
|
void |
setName(String value)
`AWS::ServiceCatalog::CloudFormationProduct.Name`.
|
void |
setOwner(String value)
`AWS::ServiceCatalog::CloudFormationProduct.Owner`.
|
void |
setProvisioningArtifactParameters(software.amazon.awscdk.IResolvable value)
`AWS::ServiceCatalog::CloudFormationProduct.ProvisioningArtifactParameters`.
|
void |
setProvisioningArtifactParameters(List<Object> value)
`AWS::ServiceCatalog::CloudFormationProduct.ProvisioningArtifactParameters`.
|
void |
setSupportDescription(String value)
`AWS::ServiceCatalog::CloudFormationProduct.SupportDescription`.
|
void |
setSupportEmail(String value)
`AWS::ServiceCatalog::CloudFormationProduct.SupportEmail`.
|
void |
setSupportUrl(String value)
`AWS::ServiceCatalog::CloudFormationProduct.SupportUrl`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, attribute, attribute, getAtt, getCfnResourceType, getOptions, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, preparegetNode, isConstruct, synthesize, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=Experimental) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnCloudFormationProduct(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental)
public CfnCloudFormationProduct(software.amazon.awscdk.Construct scope,
String id,
CfnCloudFormationProductProps props)
scope - - scope in which this resource is defined.id - - scoped id of the resource.props - - resource properties.@Stability(value=Experimental) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties in class software.amazon.awscdk.CfnResource@Stability(value=Experimental) public String getAttrProductName()
@Stability(value=Experimental) public String getAttrProvisioningArtifactIds()
@Stability(value=Experimental) public String getAttrProvisioningArtifactNames()
@Stability(value=Experimental) protected Map<String,Object> getCfnProperties()
getCfnProperties in class software.amazon.awscdk.CfnResource@Stability(value=Experimental) public software.amazon.awscdk.TagManager getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-tags@Stability(value=Experimental) public String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name@Stability(value=Experimental) public void setName(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name@Stability(value=Experimental) public String getOwner()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner@Stability(value=Experimental) public void setOwner(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner@Stability(value=Experimental) public Object getProvisioningArtifactParameters()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-provisioningartifactparameters@Stability(value=Experimental) public void setProvisioningArtifactParameters(software.amazon.awscdk.IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-provisioningartifactparameters@Stability(value=Experimental) public void setProvisioningArtifactParameters(List<Object> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-provisioningartifactparameters@Stability(value=Experimental) @Nullable public String getAcceptLanguage()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage@Stability(value=Experimental) public void setAcceptLanguage(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage@Stability(value=Experimental) @Nullable public String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description@Stability(value=Experimental) public void setDescription(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description@Stability(value=Experimental) @Nullable public String getDistributor()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor@Stability(value=Experimental) public void setDistributor(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor@Stability(value=Experimental) @Nullable public String getSupportDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription@Stability(value=Experimental) public void setSupportDescription(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription@Stability(value=Experimental) @Nullable public String getSupportEmail()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail@Stability(value=Experimental) public void setSupportEmail(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail@Stability(value=Experimental) @Nullable public String getSupportUrl()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl@Stability(value=Experimental) public void setSupportUrl(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturlCopyright © 2019. All rights reserved.