Class CfnLoadBalancerTlsCertificateMixinProps
Properties for CfnLoadBalancerTlsCertificatePropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Lightsail
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnLoadBalancerTlsCertificateMixinProps : ICfnLoadBalancerTlsCertificateMixinProps
Syntax (vb)
Public Class CfnLoadBalancerTlsCertificateMixinProps Implements ICfnLoadBalancerTlsCertificateMixinProps
Remarks
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.Lightsail;
var cfnLoadBalancerTlsCertificateMixinProps = new CfnLoadBalancerTlsCertificateMixinProps {
CertificateAlternativeNames = new [] { "certificateAlternativeNames" },
CertificateDomainName = "certificateDomainName",
CertificateName = "certificateName",
HttpsRedirectionEnabled = false,
IsAttached = false,
LoadBalancerName = "loadBalancerName"
};
Synopsis
Constructors
| CfnLoadBalancerTlsCertificateMixinProps() | Properties for CfnLoadBalancerTlsCertificatePropsMixin. |
Properties
| CertificateAlternativeNames | An array of alternative domain names and subdomain names for your SSL/TLS certificate. |
| CertificateDomainName | The domain name for the SSL/TLS certificate. |
| CertificateName | The name of the SSL/TLS certificate. |
| HttpsRedirectionEnabled | A Boolean value indicating whether HTTPS redirection is enabled for the load balancer that the TLS certificate is attached to. |
| IsAttached | A Boolean value indicating whether the SSL/TLS certificate is attached to a Lightsail load balancer. |
| LoadBalancerName | The name of the load balancer that the SSL/TLS certificate is attached to. |
Constructors
CfnLoadBalancerTlsCertificateMixinProps()
Properties for CfnLoadBalancerTlsCertificatePropsMixin.
public CfnLoadBalancerTlsCertificateMixinProps()
Remarks
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.Lightsail;
var cfnLoadBalancerTlsCertificateMixinProps = new CfnLoadBalancerTlsCertificateMixinProps {
CertificateAlternativeNames = new [] { "certificateAlternativeNames" },
CertificateDomainName = "certificateDomainName",
CertificateName = "certificateName",
HttpsRedirectionEnabled = false,
IsAttached = false,
LoadBalancerName = "loadBalancerName"
};
Properties
CertificateAlternativeNames
An array of alternative domain names and subdomain names for your SSL/TLS certificate.
public string[]? CertificateAlternativeNames { get; set; }
Property Value
string[]
Remarks
In addition to the primary domain name, you can have up to nine alternative domain names. Wildcards (such as *.example.com ) are not supported.
CertificateDomainName
The domain name for the SSL/TLS certificate.
public string? CertificateDomainName { get; set; }
Property Value
Remarks
For example, example.com or www.example.com .
CertificateName
The name of the SSL/TLS certificate.
public string? CertificateName { get; set; }
Property Value
Remarks
HttpsRedirectionEnabled
A Boolean value indicating whether HTTPS redirection is enabled for the load balancer that the TLS certificate is attached to.
public object? HttpsRedirectionEnabled { get; set; }
Property Value
Remarks
IsAttached
A Boolean value indicating whether the SSL/TLS certificate is attached to a Lightsail load balancer.
public object? IsAttached { get; set; }
Property Value
Remarks
LoadBalancerName
The name of the load balancer that the SSL/TLS certificate is attached to.
public string? LoadBalancerName { get; set; }