Class CfnCustomActionTypePropsMixin
The AWS::CodePipeline::CustomActionType resource creates a custom action for activities that aren't included in the CodePipeline default actions, such as running an internally developed build process or a test suite.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CodePipeline
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnCustomActionTypePropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnCustomActionTypePropsMixin Inherits Mixin Implements IMixin
Remarks
You can use these custom actions in the stage of a pipeline. For more information, see Create and Add a Custom Action in AWS CodePipeline in the AWS CodePipeline User Guide .
CloudformationResource: AWS::CodePipeline::CustomActionType
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.CodePipeline;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnCustomActionTypePropsMixin = new CfnCustomActionTypePropsMixin(new CfnCustomActionTypeMixinProps {
Category = "category",
ConfigurationProperties = new [] { new ConfigurationPropertiesProperty {
Description = "description",
Key = false,
Name = "name",
Queryable = false,
Required = false,
Secret = false,
Type = "type"
} },
InputArtifactDetails = new ArtifactDetailsProperty {
MaximumCount = 123,
MinimumCount = 123
},
OutputArtifactDetails = new ArtifactDetailsProperty {
MaximumCount = 123,
MinimumCount = 123
},
Provider = "provider",
Settings = new SettingsProperty {
EntityUrlTemplate = "entityUrlTemplate",
ExecutionUrlTemplate = "executionUrlTemplate",
RevisionUrlTemplate = "revisionUrlTemplate",
ThirdPartyConfigurationUrl = "thirdPartyConfigurationUrl"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Version = "version"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnCustomActionTypePropsMixin(ICfnCustomActionTypeMixinProps, 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
CfnCustomActionTypePropsMixin(ICfnCustomActionTypeMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::CodePipeline::CustomActionType.
public CfnCustomActionTypePropsMixin(ICfnCustomActionTypeMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnCustomActionTypeMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
You can use these custom actions in the stage of a pipeline. For more information, see Create and Add a Custom Action in AWS CodePipeline in the AWS CodePipeline User Guide .
CloudformationResource: AWS::CodePipeline::CustomActionType
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
The AWS::CodePipeline::CustomActionType resource creates a custom action for activities that aren't included in the CodePipeline default actions, such as running an internally developed build process or a test suite.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
You can use these custom actions in the stage of a pipeline. For more information, see Create and Add a Custom Action in AWS CodePipeline in the AWS CodePipeline User Guide .
CloudformationResource: AWS::CodePipeline::CustomActionType
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.CodePipeline;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnCustomActionTypePropsMixin = new CfnCustomActionTypePropsMixin(new CfnCustomActionTypeMixinProps {
Category = "category",
ConfigurationProperties = new [] { new ConfigurationPropertiesProperty {
Description = "description",
Key = false,
Name = "name",
Queryable = false,
Required = false,
Secret = false,
Type = "type"
} },
InputArtifactDetails = new ArtifactDetailsProperty {
MaximumCount = 123,
MinimumCount = 123
},
OutputArtifactDetails = new ArtifactDetailsProperty {
MaximumCount = 123,
MinimumCount = 123
},
Provider = "provider",
Settings = new SettingsProperty {
EntityUrlTemplate = "entityUrlTemplate",
ExecutionUrlTemplate = "executionUrlTemplate",
RevisionUrlTemplate = "revisionUrlTemplate",
ThirdPartyConfigurationUrl = "thirdPartyConfigurationUrl"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Version = "version"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
The AWS::CodePipeline::CustomActionType resource creates a custom action for activities that aren't included in the CodePipeline default actions, such as running an internally developed build process or a test suite.
protected virtual ICfnCustomActionTypeMixinProps Props { get; }
Property Value
ICfnCustomActionTypeMixinProps
Remarks
You can use these custom actions in the stage of a pipeline. For more information, see Create and Add a Custom Action in AWS CodePipeline in the AWS CodePipeline User Guide .
CloudformationResource: AWS::CodePipeline::CustomActionType
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.CodePipeline;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnCustomActionTypePropsMixin = new CfnCustomActionTypePropsMixin(new CfnCustomActionTypeMixinProps {
Category = "category",
ConfigurationProperties = new [] { new ConfigurationPropertiesProperty {
Description = "description",
Key = false,
Name = "name",
Queryable = false,
Required = false,
Secret = false,
Type = "type"
} },
InputArtifactDetails = new ArtifactDetailsProperty {
MaximumCount = 123,
MinimumCount = 123
},
OutputArtifactDetails = new ArtifactDetailsProperty {
MaximumCount = 123,
MinimumCount = 123
},
Provider = "provider",
Settings = new SettingsProperty {
EntityUrlTemplate = "entityUrlTemplate",
ExecutionUrlTemplate = "executionUrlTemplate",
RevisionUrlTemplate = "revisionUrlTemplate",
ThirdPartyConfigurationUrl = "thirdPartyConfigurationUrl"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Version = "version"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
The AWS::CodePipeline::CustomActionType resource creates a custom action for activities that aren't included in the CodePipeline default actions, such as running an internally developed build process or a test suite.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
You can use these custom actions in the stage of a pipeline. For more information, see Create and Add a Custom Action in AWS CodePipeline in the AWS CodePipeline User Guide .
CloudformationResource: AWS::CodePipeline::CustomActionType
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.CodePipeline;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnCustomActionTypePropsMixin = new CfnCustomActionTypePropsMixin(new CfnCustomActionTypeMixinProps {
Category = "category",
ConfigurationProperties = new [] { new ConfigurationPropertiesProperty {
Description = "description",
Key = false,
Name = "name",
Queryable = false,
Required = false,
Secret = false,
Type = "type"
} },
InputArtifactDetails = new ArtifactDetailsProperty {
MaximumCount = 123,
MinimumCount = 123
},
OutputArtifactDetails = new ArtifactDetailsProperty {
MaximumCount = 123,
MinimumCount = 123
},
Provider = "provider",
Settings = new SettingsProperty {
EntityUrlTemplate = "entityUrlTemplate",
ExecutionUrlTemplate = "executionUrlTemplate",
RevisionUrlTemplate = "revisionUrlTemplate",
ThirdPartyConfigurationUrl = "thirdPartyConfigurationUrl"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Version = "version"
}, 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
You can use these custom actions in the stage of a pipeline. For more information, see Create and Add a Custom Action in AWS CodePipeline in the AWS CodePipeline User Guide .
CloudformationResource: AWS::CodePipeline::CustomActionType
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
You can use these custom actions in the stage of a pipeline. For more information, see Create and Add a Custom Action in AWS CodePipeline in the AWS CodePipeline User Guide .
CloudformationResource: AWS::CodePipeline::CustomActionType
Mixin: true
ExampleMetadata: fixture=_generated