AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The configuration for a custom domain, including the SSL certificate and TLS security policy.

Inheritance Hierarchy

System.Object
  Amazon.CognitoIdentityProvider.Model.CustomDomainConfigType

Namespace: Amazon.CognitoIdentityProvider.Model
Assembly: AWSSDK.CognitoIdentityProvider.dll
Version: 3.x.y.z

Syntax

C#
public class CustomDomainConfigType

The CustomDomainConfigType type exposes the following members

Constructors

NameDescription
Public Method CustomDomainConfigType()

Properties

NameTypeDescription
Public Property CertificateArn System.String

Gets and sets the property CertificateArn.

The Amazon Resource Name (ARN) of an Certificate Manager SSL certificate. You use this certificate for the subdomain of your custom domain.

Public Property SecurityPolicy Amazon.CognitoIdentityProvider.SecurityPolicyType

Gets and sets the property SecurityPolicy.

The security policy for the custom domain. Defines the minimum TLS version and cipher suites that CloudFront uses when communicating with viewers (clients). Valid values are as follows:

  • TLS_V1: Supports TLS 1.0 and later. Provides the broadest client compatibility.

  • TLS_V1_2_2021: Supports TLS 1.2 and later with 2021 cipher suites. Recommended minimum for most use cases.

  • TLS_V1_3_2025: Supports TLS 1.3 and later with 2025 cipher suites. Provides the strongest security posture.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer