Class CfnPublicTypeVersionPropsMixin
The AWS::CloudFormation::PublicTypeVersion resource tests and publishes a registered extension as a public, third-party extension.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CloudFormation
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnPublicTypeVersionPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnPublicTypeVersionPropsMixin Inherits Mixin Implements IMixin
Remarks
CloudFormation first tests the extension to make sure it meets all necessary requirements for being published in the CloudFormation registry. If it does, CloudFormation then publishes it to the registry as a public third-party extension in this Region. Public extensions are available for use by all CloudFormation users.
For more information, see Testing your public extension prior to publishing in the CloudFormation Command Line Interface (CLI) User Guide .
If you don't specify a version, CloudFormation uses the default version of the extension in your account and Region for testing.
To perform testing, CloudFormation assumes the execution role specified when the type was registered.
An extension must have a test status of PASSED before it can be published. For more information, see Publishing extensions to make them available for public use in the CloudFormation Command Line Interface (CLI) User Guide .
CloudformationResource: AWS::CloudFormation::PublicTypeVersion
Mixin: true
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.CfnPropertyMixins.AWS.CloudFormation;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnPublicTypeVersionPropsMixin = new CfnPublicTypeVersionPropsMixin(new CfnPublicTypeVersionMixinProps {
Arn = "arn",
LogDeliveryBucket = "logDeliveryBucket",
PublicVersionNumber = "publicVersionNumber",
Type = "type",
TypeName = "typeName"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnPublicTypeVersionPropsMixin(ICfnPublicTypeVersionMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | The |
| Props | The |
| Strategy | The |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnPublicTypeVersionPropsMixin(ICfnPublicTypeVersionMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::CloudFormation::PublicTypeVersion.
public CfnPublicTypeVersionPropsMixin(ICfnPublicTypeVersionMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnPublicTypeVersionMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
CloudFormation first tests the extension to make sure it meets all necessary requirements for being published in the CloudFormation registry. If it does, CloudFormation then publishes it to the registry as a public third-party extension in this Region. Public extensions are available for use by all CloudFormation users.
For more information, see Testing your public extension prior to publishing in the CloudFormation Command Line Interface (CLI) User Guide .
If you don't specify a version, CloudFormation uses the default version of the extension in your account and Region for testing.
To perform testing, CloudFormation assumes the execution role specified when the type was registered.
An extension must have a test status of PASSED before it can be published. For more information, see Publishing extensions to make them available for public use in the CloudFormation Command Line Interface (CLI) User Guide .
CloudformationResource: AWS::CloudFormation::PublicTypeVersion
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
The AWS::CloudFormation::PublicTypeVersion resource tests and publishes a registered extension as a public, third-party extension.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
CloudFormation first tests the extension to make sure it meets all necessary requirements for being published in the CloudFormation registry. If it does, CloudFormation then publishes it to the registry as a public third-party extension in this Region. Public extensions are available for use by all CloudFormation users.
For more information, see Testing your public extension prior to publishing in the CloudFormation Command Line Interface (CLI) User Guide .
If you don't specify a version, CloudFormation uses the default version of the extension in your account and Region for testing.
To perform testing, CloudFormation assumes the execution role specified when the type was registered.
An extension must have a test status of PASSED before it can be published. For more information, see Publishing extensions to make them available for public use in the CloudFormation Command Line Interface (CLI) User Guide .
CloudformationResource: AWS::CloudFormation::PublicTypeVersion
Mixin: true
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.CfnPropertyMixins.AWS.CloudFormation;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnPublicTypeVersionPropsMixin = new CfnPublicTypeVersionPropsMixin(new CfnPublicTypeVersionMixinProps {
Arn = "arn",
LogDeliveryBucket = "logDeliveryBucket",
PublicVersionNumber = "publicVersionNumber",
Type = "type",
TypeName = "typeName"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
The AWS::CloudFormation::PublicTypeVersion resource tests and publishes a registered extension as a public, third-party extension.
protected virtual ICfnPublicTypeVersionMixinProps Props { get; }
Property Value
ICfnPublicTypeVersionMixinProps
Remarks
CloudFormation first tests the extension to make sure it meets all necessary requirements for being published in the CloudFormation registry. If it does, CloudFormation then publishes it to the registry as a public third-party extension in this Region. Public extensions are available for use by all CloudFormation users.
For more information, see Testing your public extension prior to publishing in the CloudFormation Command Line Interface (CLI) User Guide .
If you don't specify a version, CloudFormation uses the default version of the extension in your account and Region for testing.
To perform testing, CloudFormation assumes the execution role specified when the type was registered.
An extension must have a test status of PASSED before it can be published. For more information, see Publishing extensions to make them available for public use in the CloudFormation Command Line Interface (CLI) User Guide .
CloudformationResource: AWS::CloudFormation::PublicTypeVersion
Mixin: true
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.CfnPropertyMixins.AWS.CloudFormation;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnPublicTypeVersionPropsMixin = new CfnPublicTypeVersionPropsMixin(new CfnPublicTypeVersionMixinProps {
Arn = "arn",
LogDeliveryBucket = "logDeliveryBucket",
PublicVersionNumber = "publicVersionNumber",
Type = "type",
TypeName = "typeName"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
The AWS::CloudFormation::PublicTypeVersion resource tests and publishes a registered extension as a public, third-party extension.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
CloudFormation first tests the extension to make sure it meets all necessary requirements for being published in the CloudFormation registry. If it does, CloudFormation then publishes it to the registry as a public third-party extension in this Region. Public extensions are available for use by all CloudFormation users.
For more information, see Testing your public extension prior to publishing in the CloudFormation Command Line Interface (CLI) User Guide .
If you don't specify a version, CloudFormation uses the default version of the extension in your account and Region for testing.
To perform testing, CloudFormation assumes the execution role specified when the type was registered.
An extension must have a test status of PASSED before it can be published. For more information, see Publishing extensions to make them available for public use in the CloudFormation Command Line Interface (CLI) User Guide .
CloudformationResource: AWS::CloudFormation::PublicTypeVersion
Mixin: true
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.CfnPropertyMixins.AWS.CloudFormation;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnPublicTypeVersionPropsMixin = new CfnPublicTypeVersionPropsMixin(new CfnPublicTypeVersionMixinProps {
Arn = "arn",
LogDeliveryBucket = "logDeliveryBucket",
PublicVersionNumber = "publicVersionNumber",
Type = "type",
TypeName = "typeName"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
CloudFormation first tests the extension to make sure it meets all necessary requirements for being published in the CloudFormation registry. If it does, CloudFormation then publishes it to the registry as a public third-party extension in this Region. Public extensions are available for use by all CloudFormation users.
For more information, see Testing your public extension prior to publishing in the CloudFormation Command Line Interface (CLI) User Guide .
If you don't specify a version, CloudFormation uses the default version of the extension in your account and Region for testing.
To perform testing, CloudFormation assumes the execution role specified when the type was registered.
An extension must have a test status of PASSED before it can be published. For more information, see Publishing extensions to make them available for public use in the CloudFormation Command Line Interface (CLI) User Guide .
CloudformationResource: AWS::CloudFormation::PublicTypeVersion
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
CloudFormation first tests the extension to make sure it meets all necessary requirements for being published in the CloudFormation registry. If it does, CloudFormation then publishes it to the registry as a public third-party extension in this Region. Public extensions are available for use by all CloudFormation users.
For more information, see Testing your public extension prior to publishing in the CloudFormation Command Line Interface (CLI) User Guide .
If you don't specify a version, CloudFormation uses the default version of the extension in your account and Region for testing.
To perform testing, CloudFormation assumes the execution role specified when the type was registered.
An extension must have a test status of PASSED before it can be published. For more information, see Publishing extensions to make them available for public use in the CloudFormation Command Line Interface (CLI) User Guide .
CloudformationResource: AWS::CloudFormation::PublicTypeVersion
Mixin: true
ExampleMetadata: fixture=_generated