Class CfnCloudFormationProduct
Specifies a product.
Inherited Members
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCloudFormationProduct : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnCloudFormationProduct
Inherits CfnResource
Implements IInspectable, ITaggable
Remarks
CloudformationResource: AWS::ServiceCatalog::CloudFormationProduct
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Servicecatalog;
var info;
var cfnCloudFormationProduct = new CfnCloudFormationProduct(this, "MyCfnCloudFormationProduct", new CfnCloudFormationProductProps {
Name = "name",
Owner = "owner",
// the properties below are optional
AcceptLanguage = "acceptLanguage",
Description = "description",
Distributor = "distributor",
ProductType = "productType",
ProvisioningArtifactParameters = new [] { new ProvisioningArtifactPropertiesProperty {
Info = info,
// the properties below are optional
Description = "description",
DisableTemplateValidation = false,
Name = "name",
Type = "type"
} },
ReplaceProvisioningArtifacts = false,
SourceConnection = new SourceConnectionProperty {
ConnectionParameters = new ConnectionParametersProperty {
CodeStar = new CodeStarParametersProperty {
ArtifactPath = "artifactPath",
Branch = "branch",
ConnectionArn = "connectionArn",
Repository = "repository"
}
},
Type = "type"
},
SupportDescription = "supportDescription",
SupportEmail = "supportEmail",
SupportUrl = "supportUrl",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Synopsis
Constructors
Cfn |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Cfn |
Used by jsii to construct an instance of this class from DeputyProps |
Cfn |
Properties
Accept |
The language code. |
Attr |
|
Attr |
The name of the product. |
Attr |
The IDs of the provisioning artifacts. |
Attr |
The names of the provisioning artifacts. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
Cfn |
|
Description | The description of the product. |
Distributor | The distributor of the product. |
Name | The name of the product. |
Owner | The owner of the product. |
Product |
The type of product. |
Provisioning |
The configuration of the provisioning artifact (also known as a version). |
Replace |
This property is turned off by default. |
Source |
A top level |
Support |
The support information about the product. |
Support |
The contact email for product support. |
Support |
The contact URL for product support. |
Tags | Tag Manager which manages the tags for this resource. |
Tags |
One or more tags. |
Methods
Inspect(Tree |
Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnCloudFormationProduct(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnCloudFormationProduct(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
CfnCloudFormationProduct(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnCloudFormationProduct(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
CfnCloudFormationProduct(Construct, String, ICfnCloudFormationProductProps)
public CfnCloudFormationProduct(Construct scope, string id, ICfnCloudFormationProductProps props)
Parameters
- scope Constructs.
Construct Scope in which this resource is defined.
- id System.
String Construct identifier for this resource (unique in its scope).
- props ICfn
Cloud Formation Product Props Resource properties.
Properties
AcceptLanguage
The language code.
public virtual string AcceptLanguage { get; set; }
Property Value
System.
AttrId
public virtual string AttrId { get; }
Property Value
System.
Remarks
CloudformationAttribute: Id
AttrProductName
The name of the product.
public virtual string AttrProductName { get; }
Property Value
System.
Remarks
CloudformationAttribute: ProductName
AttrProvisioningArtifactIds
The IDs of the provisioning artifacts.
public virtual string AttrProvisioningArtifactIds { get; }
Property Value
System.
Remarks
CloudformationAttribute: ProvisioningArtifactIds
AttrProvisioningArtifactNames
The names of the provisioning artifacts.
public virtual string AttrProvisioningArtifactNames { get; }
Property Value
System.
Remarks
CloudformationAttribute: ProvisioningArtifactNames
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.
Overrides
Description
The description of the product.
public virtual string Description { get; set; }
Property Value
System.
Distributor
The distributor of the product.
public virtual string Distributor { get; set; }
Property Value
System.
Name
The name of the product.
public virtual string Name { get; set; }
Property Value
System.
Owner
The owner of the product.
public virtual string Owner { get; set; }
Property Value
System.
ProductType
The type of product.
public virtual string ProductType { get; set; }
Property Value
System.
ProvisioningArtifactParameters
The configuration of the provisioning artifact (also known as a version).
public virtual object ProvisioningArtifactParameters { get; set; }
Property Value
System.
ReplaceProvisioningArtifacts
This property is turned off by default.
public virtual object ReplaceProvisioningArtifacts { get; set; }
Property Value
System.
SourceConnection
A top level ProductViewDetail
response containing details about the product’s connection.
public virtual object SourceConnection { get; set; }
Property Value
System.
SupportDescription
The support information about the product.
public virtual string SupportDescription { get; set; }
Property Value
System.
SupportEmail
The contact email for product support.
public virtual string SupportEmail { get; set; }
Property Value
System.
SupportUrl
The contact URL for product support.
public virtual string SupportUrl { get; set; }
Property Value
System.
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
TagsRaw
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector Tree
Inspector tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.
Collections. <System.Generic. IDictionary String , System.Object >
Returns
System.