Class CfnDomain.SubDomainSettingProperty
The SubDomainSetting property type enables you to connect a subdomain (for example, example.exampledomain.com) to a specific branch.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Amplify
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SubDomainSettingProperty : Object, CfnDomain.ISubDomainSettingProperty
Syntax (vb)
Public Class SubDomainSettingProperty
Inherits Object
Implements CfnDomain.ISubDomainSettingProperty
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.AWS.Amplify;
var subDomainSettingProperty = new SubDomainSettingProperty {
BranchName = "branchName",
Prefix = "prefix"
};
Synopsis
Constructors
Sub |
Properties
Branch |
The branch name setting for the subdomain. |
Prefix | The prefix setting for the subdomain. |
Constructors
SubDomainSettingProperty()
public SubDomainSettingProperty()
Properties
BranchName
The branch name setting for the subdomain.
public string BranchName { get; set; }
Property Value
System.
Remarks
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern: (?s).+
Prefix
The prefix setting for the subdomain.
public string Prefix { get; set; }
Property Value
System.