@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2021-01-27T11:16:52.909Z") @Stability(value=Stable) public interface CfnRecordSetGroupProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRecordSetGroupProps.Builder
A builder for
CfnRecordSetGroupProps |
static class |
CfnRecordSetGroupProps.Jsii$Proxy
An implementation for
CfnRecordSetGroupProps |
Modifier and Type | Method and Description |
---|---|
static CfnRecordSetGroupProps.Builder |
builder() |
default String |
getComment()
`AWS::Route53::RecordSetGroup.Comment`.
|
default String |
getHostedZoneId()
`AWS::Route53::RecordSetGroup.HostedZoneId`.
|
default String |
getHostedZoneName()
`AWS::Route53::RecordSetGroup.HostedZoneName`.
|
default Object |
getRecordSets()
`AWS::Route53::RecordSetGroup.RecordSets`.
|
@Stability(value=Stable) @Nullable default String getComment()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment
@Stability(value=Stable) @Nullable default String getHostedZoneId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid
@Stability(value=Stable) @Nullable default String getHostedZoneName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename
@Stability(value=Stable) @Nullable default Object getRecordSets()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-recordsets
@Stability(value=Stable) static CfnRecordSetGroupProps.Builder builder()
CfnRecordSetGroupProps.Builder
of CfnRecordSetGroupProps
Copyright © 2021. All rights reserved.