Class CfnConnectionPropsMixin
A resource that is used to connect third-party source providers with services like CodePipeline.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CodeConnections
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConnectionPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnConnectionPropsMixin Inherits Mixin Implements IMixin
Remarks
Note: A connection created through CloudFormation , the CLI, or the SDK is in PENDING status by default. You can make its status AVAILABLE by updating the connection in the console.
CloudformationResource: AWS::CodeConnections::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.CfnPropertyMixins.AWS.CodeConnections;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnConnectionPropsMixin = new CfnConnectionPropsMixin(new CfnConnectionMixinProps {
ConnectionName = "connectionName",
HostArn = "hostArn",
ProviderType = "providerType",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnConnectionPropsMixin(ICfnConnectionMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | A resource that is used to connect third-party source providers with services like CodePipeline. |
| Props | A resource that is used to connect third-party source providers with services like CodePipeline. |
| Strategy | A resource that is used to connect third-party source providers with services like 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::CodeConnections::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 , the CLI, or the SDK is in PENDING status by default. You can make its status AVAILABLE by updating the connection in the console.
CloudformationResource: AWS::CodeConnections::Connection
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
A resource that is used to connect third-party source providers with services like CodePipeline.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
Note: A connection created through CloudFormation , the CLI, or the SDK is in PENDING status by default. You can make its status AVAILABLE by updating the connection in the console.
CloudformationResource: AWS::CodeConnections::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.CfnPropertyMixins.AWS.CodeConnections;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnConnectionPropsMixin = new CfnConnectionPropsMixin(new CfnConnectionMixinProps {
ConnectionName = "connectionName",
HostArn = "hostArn",
ProviderType = "providerType",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
A resource that is used to connect third-party source providers with services like CodePipeline.
protected virtual ICfnConnectionMixinProps Props { get; }
Property Value
Remarks
Note: A connection created through CloudFormation , the CLI, or the SDK is in PENDING status by default. You can make its status AVAILABLE by updating the connection in the console.
CloudformationResource: AWS::CodeConnections::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.CfnPropertyMixins.AWS.CodeConnections;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnConnectionPropsMixin = new CfnConnectionPropsMixin(new CfnConnectionMixinProps {
ConnectionName = "connectionName",
HostArn = "hostArn",
ProviderType = "providerType",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
A resource that is used to connect third-party source providers with services like CodePipeline.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
Note: A connection created through CloudFormation , the CLI, or the SDK is in PENDING status by default. You can make its status AVAILABLE by updating the connection in the console.
CloudformationResource: AWS::CodeConnections::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.CfnPropertyMixins.AWS.CodeConnections;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnConnectionPropsMixin = new CfnConnectionPropsMixin(new CfnConnectionMixinProps {
ConnectionName = "connectionName",
HostArn = "hostArn",
ProviderType = "providerType",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, 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
Note: A connection created through CloudFormation , the CLI, or the SDK is in PENDING status by default. You can make its status AVAILABLE by updating the connection in the console.
CloudformationResource: AWS::CodeConnections::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 , the CLI, or the SDK is in PENDING status by default. You can make its status AVAILABLE by updating the connection in the console.
CloudformationResource: AWS::CodeConnections::Connection
Mixin: true
ExampleMetadata: fixture=_generated