Class AaaaRecord
A DNS AAAA record.
Inherited Members
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AaaaRecord : RecordSet, IRecordSet, IResource
Syntax (vb)
Public Class AaaaRecord
Inherits RecordSet
Implements IRecordSet, IResource
Remarks
Resource: AWS::Route53::RecordSet
ExampleMetadata: infused
Examples
using Amazon.CDK.AWS.CloudFront;
HostedZone myZone;
CloudFrontWebDistribution distribution;
new AaaaRecord(this, "Alias", new AaaaRecordProps {
Zone = myZone,
Target = RecordTarget.FromAlias(new CloudFrontTarget(distribution))
});
Synopsis
Constructors
Aaaa |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Aaaa |
Used by jsii to construct an instance of this class from DeputyProps |
Aaaa |
Constructors
AaaaRecord(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected AaaaRecord(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
AaaaRecord(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected AaaaRecord(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
AaaaRecord(Construct, String, IAaaaRecordProps)
public AaaaRecord(Construct scope, string id, IAaaaRecordProps props)
Parameters
- scope Constructs.
Construct - id System.
String - props IAaaa
Record Props