Show / Hide Table of Contents

Class CfnTrustStorePropsMixin

Creates a trust store.

Inheritance
object
Mixin
CfnTrustStorePropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.Mixins.Preview.AWS.ElasticLoadBalancingV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTrustStorePropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnTrustStorePropsMixin Inherits Mixin Implements IMixin
Remarks

You must specify CaCertificatesBundleS3Bucket and CaCertificatesBundleS3Key . When you create a trust store, you must specify Name .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-truststore.html

CloudformationResource: AWS::ElasticLoadBalancingV2::TrustStore

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.ElasticLoadBalancingV2.Mixins;

             var cfnTrustStorePropsMixin = new CfnTrustStorePropsMixin(new CfnTrustStoreMixinProps {
                 CaCertificatesBundleS3Bucket = "caCertificatesBundleS3Bucket",
                 CaCertificatesBundleS3Key = "caCertificatesBundleS3Key",
                 CaCertificatesBundleS3ObjectVersion = "caCertificatesBundleS3ObjectVersion",
                 Name = "name",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Synopsis

Constructors

CfnTrustStorePropsMixin(ICfnTrustStoreMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::ElasticLoadBalancingV2::TrustStore.

Properties

CFN_PROPERTY_KEYS

Creates a trust store.

Props

Creates a trust store.

Strategy

Creates a trust store.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnTrustStorePropsMixin(ICfnTrustStoreMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::ElasticLoadBalancingV2::TrustStore.

public CfnTrustStorePropsMixin(ICfnTrustStoreMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnTrustStoreMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

You must specify CaCertificatesBundleS3Bucket and CaCertificatesBundleS3Key . When you create a trust store, you must specify Name .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-truststore.html

CloudformationResource: AWS::ElasticLoadBalancingV2::TrustStore

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

Creates a trust store.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

You must specify CaCertificatesBundleS3Bucket and CaCertificatesBundleS3Key . When you create a trust store, you must specify Name .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-truststore.html

CloudformationResource: AWS::ElasticLoadBalancingV2::TrustStore

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.ElasticLoadBalancingV2.Mixins;

             var cfnTrustStorePropsMixin = new CfnTrustStorePropsMixin(new CfnTrustStoreMixinProps {
                 CaCertificatesBundleS3Bucket = "caCertificatesBundleS3Bucket",
                 CaCertificatesBundleS3Key = "caCertificatesBundleS3Key",
                 CaCertificatesBundleS3ObjectVersion = "caCertificatesBundleS3ObjectVersion",
                 Name = "name",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Props

Creates a trust store.

protected virtual ICfnTrustStoreMixinProps Props { get; }
Property Value

ICfnTrustStoreMixinProps

Remarks

You must specify CaCertificatesBundleS3Bucket and CaCertificatesBundleS3Key . When you create a trust store, you must specify Name .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-truststore.html

CloudformationResource: AWS::ElasticLoadBalancingV2::TrustStore

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.ElasticLoadBalancingV2.Mixins;

             var cfnTrustStorePropsMixin = new CfnTrustStorePropsMixin(new CfnTrustStoreMixinProps {
                 CaCertificatesBundleS3Bucket = "caCertificatesBundleS3Bucket",
                 CaCertificatesBundleS3Key = "caCertificatesBundleS3Key",
                 CaCertificatesBundleS3ObjectVersion = "caCertificatesBundleS3ObjectVersion",
                 Name = "name",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Strategy

Creates a trust store.

protected virtual PropertyMergeStrategy Strategy { get; }
Property Value

PropertyMergeStrategy

Remarks

You must specify CaCertificatesBundleS3Bucket and CaCertificatesBundleS3Key . When you create a trust store, you must specify Name .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-truststore.html

CloudformationResource: AWS::ElasticLoadBalancingV2::TrustStore

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.ElasticLoadBalancingV2.Mixins;

             var cfnTrustStorePropsMixin = new CfnTrustStorePropsMixin(new CfnTrustStoreMixinProps {
                 CaCertificatesBundleS3Bucket = "caCertificatesBundleS3Bucket",
                 CaCertificatesBundleS3Key = "caCertificatesBundleS3Key",
                 CaCertificatesBundleS3ObjectVersion = "caCertificatesBundleS3ObjectVersion",
                 Name = "name",
                 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

You must specify CaCertificatesBundleS3Bucket and CaCertificatesBundleS3Key . When you create a trust store, you must specify Name .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-truststore.html

CloudformationResource: AWS::ElasticLoadBalancingV2::TrustStore

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

You must specify CaCertificatesBundleS3Bucket and CaCertificatesBundleS3Key . When you create a trust store, you must specify Name .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-truststore.html

CloudformationResource: AWS::ElasticLoadBalancingV2::TrustStore

Mixin: true

ExampleMetadata: fixture=_generated

Implements

IMixin
Back to top Generated by DocFX