Class CfnTrustStorePropsMixin
Creates a trust store.
Implements
Inherited Members
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 .
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 |
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 .
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 .
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
Remarks
You must specify CaCertificatesBundleS3Bucket and CaCertificatesBundleS3Key . When you create a trust store, you must specify Name .
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
Remarks
You must specify CaCertificatesBundleS3Bucket and CaCertificatesBundleS3Key . When you create a trust store, you must specify Name .
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
Remarks
You must specify CaCertificatesBundleS3Bucket and CaCertificatesBundleS3Key . When you create a trust store, you must specify Name .
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
Overrides
Remarks
You must specify CaCertificatesBundleS3Bucket and CaCertificatesBundleS3Key . When you create a trust store, you must specify Name .
CloudformationResource: AWS::ElasticLoadBalancingV2::TrustStore
Mixin: true
ExampleMetadata: fixture=_generated