Show / Hide Table of Contents

Class CfnDomain.SubDomainSettingProperty

The SubDomainSetting property type enables you to connect a subdomain (for example, example.exampledomain.com) to a specific branch.

Inheritance
object
CfnDomain.SubDomainSettingProperty
Implements
CfnDomain.ISubDomainSettingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Amplify
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDomain.SubDomainSettingProperty : CfnDomain.ISubDomainSettingProperty
Syntax (vb)
Public Class CfnDomain.SubDomainSettingProperty Implements CfnDomain.ISubDomainSettingProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-subdomainsetting.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.AWS.Amplify;

             var subDomainSettingProperty = new SubDomainSettingProperty {
                 BranchName = "branchName",
                 Prefix = "prefix"
             };

Synopsis

Constructors

SubDomainSettingProperty()

The SubDomainSetting property type enables you to connect a subdomain (for example, example.exampledomain.com) to a specific branch.

Properties

BranchName

The branch name setting for the subdomain.

Prefix

The prefix setting for the subdomain.

Constructors

SubDomainSettingProperty()

The SubDomainSetting property type enables you to connect a subdomain (for example, example.exampledomain.com) to a specific branch.

public SubDomainSettingProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-subdomainsetting.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.AWS.Amplify;

             var subDomainSettingProperty = new SubDomainSettingProperty {
                 BranchName = "branchName",
                 Prefix = "prefix"
             };

Properties

BranchName

The branch name setting for the subdomain.

public string BranchName { get; set; }
Property Value

string

Remarks

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: (?s).+

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-subdomainsetting.html#cfn-amplify-domain-subdomainsetting-branchname

Prefix

The prefix setting for the subdomain.

public string Prefix { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-subdomainsetting.html#cfn-amplify-domain-subdomainsetting-prefix

Implements

CfnDomain.ISubDomainSettingProperty
Back to top Generated by DocFX