Show / Hide Table of Contents

Class CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty

Inheritance
object
CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty
Implements
CfnHttpApiPropsMixin.IHttpApiDomainConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty : CfnHttpApiPropsMixin.IHttpApiDomainConfigurationProperty
Syntax (vb)
Public Class CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty Implements CfnHttpApiPropsMixin.IHttpApiDomainConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-httpapi-httpapidomainconfiguration.html

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.AWS.SAM.Mixins;

             var httpApiDomainConfigurationProperty = new HttpApiDomainConfigurationProperty {
                 BasePath = "basePath",
                 CertificateArn = "certificateArn",
                 DomainName = "domainName",
                 EndpointConfiguration = "endpointConfiguration",
                 MutualTlsAuthentication = new MutualTlsAuthenticationProperty {
                     TruststoreUri = "truststoreUri",
                     TruststoreVersion = false
                 },
                 Route53 = new Route53ConfigurationProperty {
                     DistributedDomainName = "distributedDomainName",
                     EvaluateTargetHealth = false,
                     HostedZoneId = "hostedZoneId",
                     HostedZoneName = "hostedZoneName",
                     IpV6 = false
                 },
                 SecurityPolicy = "securityPolicy"
             };

Synopsis

Constructors

HttpApiDomainConfigurationProperty()

Properties

BasePath
CertificateArn
DomainName
EndpointConfiguration
MutualTlsAuthentication
Route53
SecurityPolicy

Constructors

HttpApiDomainConfigurationProperty()

public HttpApiDomainConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-httpapi-httpapidomainconfiguration.html

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.AWS.SAM.Mixins;

             var httpApiDomainConfigurationProperty = new HttpApiDomainConfigurationProperty {
                 BasePath = "basePath",
                 CertificateArn = "certificateArn",
                 DomainName = "domainName",
                 EndpointConfiguration = "endpointConfiguration",
                 MutualTlsAuthentication = new MutualTlsAuthenticationProperty {
                     TruststoreUri = "truststoreUri",
                     TruststoreVersion = false
                 },
                 Route53 = new Route53ConfigurationProperty {
                     DistributedDomainName = "distributedDomainName",
                     EvaluateTargetHealth = false,
                     HostedZoneId = "hostedZoneId",
                     HostedZoneName = "hostedZoneName",
                     IpV6 = false
                 },
                 SecurityPolicy = "securityPolicy"
             };

Properties

BasePath

public string? BasePath { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-httpapi-httpapidomainconfiguration.html#cfn-serverless-httpapi-httpapidomainconfiguration-basepath

CertificateArn

public string? CertificateArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-httpapi-httpapidomainconfiguration.html#cfn-serverless-httpapi-httpapidomainconfiguration-certificatearn

DomainName

public string? DomainName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-httpapi-httpapidomainconfiguration.html#cfn-serverless-httpapi-httpapidomainconfiguration-domainname

EndpointConfiguration

public string? EndpointConfiguration { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-httpapi-httpapidomainconfiguration.html#cfn-serverless-httpapi-httpapidomainconfiguration-endpointconfiguration

MutualTlsAuthentication

public object? MutualTlsAuthentication { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-httpapi-httpapidomainconfiguration.html#cfn-serverless-httpapi-httpapidomainconfiguration-mutualtlsauthentication

Type union: either IResolvable or CfnHttpApiPropsMixin.IMutualTlsAuthenticationProperty

Route53

public object? Route53 { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-httpapi-httpapidomainconfiguration.html#cfn-serverless-httpapi-httpapidomainconfiguration-route53

Type union: either IResolvable or CfnHttpApiPropsMixin.IRoute53ConfigurationProperty

SecurityPolicy

public string? SecurityPolicy { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-httpapi-httpapidomainconfiguration.html#cfn-serverless-httpapi-httpapidomainconfiguration-securitypolicy

Implements

CfnHttpApiPropsMixin.IHttpApiDomainConfigurationProperty
Back to top Generated by DocFX