Class CfnConnectionPropsMixin
The AWS::CodeStarConnections::Connection resource can be used to connect external source providers with services like AWS CodePipeline .
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.CodeStarConnections.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnConnectionPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnConnectionPropsMixin Inherits Mixin Implements IMixin
Remarks
Note: A connection created through CloudFormation is in PENDING status by default. You can make its status AVAILABLE by updating the connection in the console.
CloudformationResource: AWS::CodeStarConnections::Connection
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.CodeStarConnections.Mixins;
var cfnConnectionPropsMixin = new CfnConnectionPropsMixin(new CfnConnectionMixinProps {
ConnectionName = "connectionName",
HostArn = "hostArn",
ProviderType = "providerType",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Synopsis
Constructors
| CfnConnectionPropsMixin(ICfnConnectionMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | The AWS::CodeStarConnections::Connection resource can be used to connect external source providers with services like AWS CodePipeline . |
| Props | The AWS::CodeStarConnections::Connection resource can be used to connect external source providers with services like AWS CodePipeline . |
| Strategy | The AWS::CodeStarConnections::Connection resource can be used to connect external source providers with services like AWS CodePipeline . |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnConnectionPropsMixin(ICfnConnectionMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::CodeStarConnections::Connection.
public CfnConnectionPropsMixin(ICfnConnectionMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnConnectionMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
Note: A connection created through CloudFormation is in PENDING status by default. You can make its status AVAILABLE by updating the connection in the console.
CloudformationResource: AWS::CodeStarConnections::Connection
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
The AWS::CodeStarConnections::Connection resource can be used to connect external source providers with services like AWS CodePipeline .
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
Note: A connection created through CloudFormation is in PENDING status by default. You can make its status AVAILABLE by updating the connection in the console.
CloudformationResource: AWS::CodeStarConnections::Connection
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.CodeStarConnections.Mixins;
var cfnConnectionPropsMixin = new CfnConnectionPropsMixin(new CfnConnectionMixinProps {
ConnectionName = "connectionName",
HostArn = "hostArn",
ProviderType = "providerType",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Props
The AWS::CodeStarConnections::Connection resource can be used to connect external source providers with services like AWS CodePipeline .
protected virtual ICfnConnectionMixinProps Props { get; }
Property Value
Remarks
Note: A connection created through CloudFormation is in PENDING status by default. You can make its status AVAILABLE by updating the connection in the console.
CloudformationResource: AWS::CodeStarConnections::Connection
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.CodeStarConnections.Mixins;
var cfnConnectionPropsMixin = new CfnConnectionPropsMixin(new CfnConnectionMixinProps {
ConnectionName = "connectionName",
HostArn = "hostArn",
ProviderType = "providerType",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Strategy
The AWS::CodeStarConnections::Connection resource can be used to connect external source providers with services like AWS CodePipeline .
protected virtual PropertyMergeStrategy Strategy { get; }
Property Value
Remarks
Note: A connection created through CloudFormation is in PENDING status by default. You can make its status AVAILABLE by updating the connection in the console.
CloudformationResource: AWS::CodeStarConnections::Connection
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.CodeStarConnections.Mixins;
var cfnConnectionPropsMixin = new CfnConnectionPropsMixin(new CfnConnectionMixinProps {
ConnectionName = "connectionName",
HostArn = "hostArn",
ProviderType = "providerType",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override IConstruct ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Returns
IConstruct
Overrides
Remarks
Note: A connection created through CloudFormation is in PENDING status by default. You can make its status AVAILABLE by updating the connection in the console.
CloudformationResource: AWS::CodeStarConnections::Connection
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
Note: A connection created through CloudFormation is in PENDING status by default. You can make its status AVAILABLE by updating the connection in the console.
CloudformationResource: AWS::CodeStarConnections::Connection
Mixin: true
ExampleMetadata: fixture=_generated