Show / Hide Table of Contents

Class CfnHostedZoneAssociationProps

Properties for defining a CfnHostedZoneAssociation.

Inheritance
object
CfnHostedZoneAssociationProps
Implements
ICfnHostedZoneAssociationProps
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.Route53GlobalResolver
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnHostedZoneAssociationProps : ICfnHostedZoneAssociationProps
Syntax (vb)
Public Class CfnHostedZoneAssociationProps Implements ICfnHostedZoneAssociationProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-hostedzoneassociation.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.Route53GlobalResolver;

             var cfnHostedZoneAssociationProps = new CfnHostedZoneAssociationProps {
                 HostedZoneId = "hostedZoneId",
                 Name = "name",
                 ResourceArn = "resourceArn"
             };

Synopsis

Constructors

CfnHostedZoneAssociationProps()

Properties for defining a CfnHostedZoneAssociation.

Properties

HostedZoneId

Properties for defining a CfnHostedZoneAssociation.

Name

Properties for defining a CfnHostedZoneAssociation.

ResourceArn

Properties for defining a CfnHostedZoneAssociation.

Constructors

CfnHostedZoneAssociationProps()

Properties for defining a CfnHostedZoneAssociation.

public CfnHostedZoneAssociationProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-hostedzoneassociation.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.Route53GlobalResolver;

             var cfnHostedZoneAssociationProps = new CfnHostedZoneAssociationProps {
                 HostedZoneId = "hostedZoneId",
                 Name = "name",
                 ResourceArn = "resourceArn"
             };

Properties

HostedZoneId

Properties for defining a CfnHostedZoneAssociation.

public string HostedZoneId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-hostedzoneassociation.html#cfn-route53globalresolver-hostedzoneassociation-hostedzoneid

Name

Properties for defining a CfnHostedZoneAssociation.

public string Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-hostedzoneassociation.html#cfn-route53globalresolver-hostedzoneassociation-name

ResourceArn

Properties for defining a CfnHostedZoneAssociation.

public string ResourceArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-hostedzoneassociation.html#cfn-route53globalresolver-hostedzoneassociation-resourcearn

Implements

ICfnHostedZoneAssociationProps
Back to top Generated by DocFX