@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.022Z") @Stability(value=Stable) public class CfnCloudFormationProduct extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnCloudFormationProduct.Builder
A fluent builder for
CfnCloudFormationProduct. |
static interface |
CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| 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.constructs.Construct scope,
String id,
CfnCloudFormationProductProps props)
Create a new `AWS::ServiceCatalog::CloudFormationProduct`.
|
protected |
CfnCloudFormationProduct(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnCloudFormationProduct(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptLanguage()
`AWS::ServiceCatalog::CloudFormationProduct.AcceptLanguage`.
|
String |
getAttrProductName() |
String |
getAttrProvisioningArtifactIds() |
String |
getAttrProvisioningArtifactNames() |
protected Map<String,Object> |
getCfnProperties() |
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`.
|
Object |
getReplaceProvisioningArtifacts()
`AWS::ServiceCatalog::CloudFormationProduct.ReplaceProvisioningArtifacts`.
|
String |
getSupportDescription()
`AWS::ServiceCatalog::CloudFormationProduct.SupportDescription`.
|
String |
getSupportEmail()
`AWS::ServiceCatalog::CloudFormationProduct.SupportEmail`.
|
String |
getSupportUrl()
`AWS::ServiceCatalog::CloudFormationProduct.SupportUrl`.
|
TagManager |
getTags()
`AWS::ServiceCatalog::CloudFormationProduct.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
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(IResolvable value)
`AWS::ServiceCatalog::CloudFormationProduct.ProvisioningArtifactParameters`.
|
void |
setProvisioningArtifactParameters(List<Object> value)
`AWS::ServiceCatalog::CloudFormationProduct.ProvisioningArtifactParameters`.
|
void |
setReplaceProvisioningArtifacts(Boolean value)
`AWS::ServiceCatalog::CloudFormationProduct.ReplaceProvisioningArtifacts`.
|
void |
setReplaceProvisioningArtifacts(IResolvable value)
`AWS::ServiceCatalog::CloudFormationProduct.ReplaceProvisioningArtifacts`.
|
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, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnCloudFormationProduct(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnCloudFormationProduct(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnCloudFormationProduct(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnCloudFormationProductProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrProductName()
@Stability(value=Stable) @NotNull public String getAttrProvisioningArtifactIds()
@Stability(value=Stable) @NotNull public String getAttrProvisioningArtifactNames()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getOwner()
@Stability(value=Stable)
public void setOwner(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getProvisioningArtifactParameters()
@Stability(value=Stable)
public void setProvisioningArtifactParameters(@NotNull
IResolvable value)
@Stability(value=Stable)
public void setProvisioningArtifactParameters(@NotNull
List<Object> value)
@Stability(value=Stable) @Nullable public String getAcceptLanguage()
@Stability(value=Stable)
public void setAcceptLanguage(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDistributor()
@Stability(value=Stable)
public void setDistributor(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getReplaceProvisioningArtifacts()
@Stability(value=Stable)
public void setReplaceProvisioningArtifacts(@Nullable
Boolean value)
@Stability(value=Stable)
public void setReplaceProvisioningArtifacts(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getSupportDescription()
@Stability(value=Stable)
public void setSupportDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSupportEmail()
@Stability(value=Stable)
public void setSupportEmail(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSupportUrl()
@Stability(value=Stable)
public void setSupportUrl(@Nullable
String value)
Copyright © 2021. All rights reserved.