Class CfnClientCertificatePropsMixin
The AWS::ApiGateway::ClientCertificate resource creates a client certificate that API Gateway uses to configure client-side SSL authentication for sending requests to the integration endpoint.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ApiGateway
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnClientCertificatePropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnClientCertificatePropsMixin Inherits Mixin Implements IMixin
Remarks
CloudformationResource: AWS::ApiGateway::ClientCertificate
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.ApiGateway;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnClientCertificatePropsMixin = new CfnClientCertificatePropsMixin(new CfnClientCertificateMixinProps {
Description = "description",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnClientCertificatePropsMixin(ICfnClientCertificateMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | The |
| Props | The |
| Strategy | The |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnClientCertificatePropsMixin(ICfnClientCertificateMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::ApiGateway::ClientCertificate.
public CfnClientCertificatePropsMixin(ICfnClientCertificateMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnClientCertificateMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
CloudformationResource: AWS::ApiGateway::ClientCertificate
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
The AWS::ApiGateway::ClientCertificate resource creates a client certificate that API Gateway uses to configure client-side SSL authentication for sending requests to the integration endpoint.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
CloudformationResource: AWS::ApiGateway::ClientCertificate
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.ApiGateway;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnClientCertificatePropsMixin = new CfnClientCertificatePropsMixin(new CfnClientCertificateMixinProps {
Description = "description",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
The AWS::ApiGateway::ClientCertificate resource creates a client certificate that API Gateway uses to configure client-side SSL authentication for sending requests to the integration endpoint.
protected virtual ICfnClientCertificateMixinProps Props { get; }
Property Value
ICfnClientCertificateMixinProps
Remarks
CloudformationResource: AWS::ApiGateway::ClientCertificate
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.ApiGateway;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnClientCertificatePropsMixin = new CfnClientCertificatePropsMixin(new CfnClientCertificateMixinProps {
Description = "description",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
The AWS::ApiGateway::ClientCertificate resource creates a client certificate that API Gateway uses to configure client-side SSL authentication for sending requests to the integration endpoint.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
CloudformationResource: AWS::ApiGateway::ClientCertificate
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.ApiGateway;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnClientCertificatePropsMixin = new CfnClientCertificatePropsMixin(new CfnClientCertificateMixinProps {
Description = "description",
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
CloudformationResource: AWS::ApiGateway::ClientCertificate
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
CloudformationResource: AWS::ApiGateway::ClientCertificate
Mixin: true
ExampleMetadata: fixture=_generated