Class CfnHostedZoneAssociationProps
Properties for defining a CfnHostedZoneAssociation.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Route53GlobalResolver
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnHostedZoneAssociationProps : ICfnHostedZoneAssociationProps
Syntax (vb)
Public Class CfnHostedZoneAssociationProps Implements ICfnHostedZoneAssociationProps
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.Route53GlobalResolver;
var cfnHostedZoneAssociationProps = new CfnHostedZoneAssociationProps {
HostedZoneId = "hostedZoneId",
Name = "name",
ResourceArn = "resourceArn"
};
Synopsis
Constructors
| CfnHostedZoneAssociationProps() | Properties for defining a |
Properties
| HostedZoneId | Properties for defining a |
| Name | Properties for defining a |
| ResourceArn | Properties for defining a |
Constructors
CfnHostedZoneAssociationProps()
Properties for defining a CfnHostedZoneAssociation.
public CfnHostedZoneAssociationProps()
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.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
Remarks
Name
Properties for defining a CfnHostedZoneAssociation.
public string Name { get; set; }
Property Value
Remarks
ResourceArn
Properties for defining a CfnHostedZoneAssociation.
public string ResourceArn { get; set; }