@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.596Z") @Stability(value=Stable) public class CaaAmazonRecord extends CaaRecord
A CAA record to restrict certificate authorities allowed to issue certificates for a domain to Amazon only.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
import software.amazon.awscdk.services.route53.*;
HostedZone hostedZone;
CaaAmazonRecord caaAmazonRecord = CaaAmazonRecord.Builder.create(this, "MyCaaAmazonRecord")
.zone(hostedZone)
// the properties below are optional
.comment("comment")
.deleteExisting(false)
.recordName("recordName")
.ttl(Duration.minutes(30))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CaaAmazonRecord.Builder
A fluent builder for
CaaAmazonRecord. |
software.amazon.jsii.JsiiObject.InitializationModeIRecordSet.Jsii$Default, IRecordSet.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
CaaAmazonRecord(software.constructs.Construct scope,
String id,
CaaAmazonRecordProps props) |
protected |
CaaAmazonRecord(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CaaAmazonRecord(software.amazon.jsii.JsiiObjectRef objRef) |
getDomainNameapplyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyRemovalPolicy, getEnv, getStackprotected CaaAmazonRecord(software.amazon.jsii.JsiiObjectRef objRef)
protected CaaAmazonRecord(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CaaAmazonRecord(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CaaAmazonRecordProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2022. All rights reserved.