Show / Hide Table of Contents

Class CfnConnectionPropsMixin

The AWS::CodeStarConnections::Connection resource can be used to connect external source providers with services like AWS CodePipeline .

Inheritance
object
Mixin
CfnConnectionPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html

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 AWS::CodeStarConnections::Connection.

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html

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

ICfnConnectionMixinProps

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html

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

PropertyMergeStrategy

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html

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
Mixin.ApplyTo(IConstruct)
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html

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

bool

Overrides
Mixin.Supports(IConstruct)
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html

CloudformationResource: AWS::CodeStarConnections::Connection

Mixin: true

ExampleMetadata: fixture=_generated

Implements

IMixin
Back to top Generated by DocFX