Package-level declarations

Types

Link copied to clipboard
data class CidrCollectionLocationArgs(val cidrList: Output<List<String>>, val locationName: Output<String>) : ConvertibleToJava<CidrCollectionLocationArgs>
Link copied to clipboard
data class GetCidrCollectionPlainArgs(val id: String) : ConvertibleToJava<GetCidrCollectionPlainArgs>
Link copied to clipboard
data class GetHealthCheckPlainArgs(val healthCheckId: String) : ConvertibleToJava<GetHealthCheckPlainArgs>
Link copied to clipboard
data class GetHostedZonePlainArgs(val id: String) : ConvertibleToJava<GetHostedZonePlainArgs>
Link copied to clipboard
data class GetKeySigningKeyPlainArgs(val hostedZoneId: String, val name: String) : ConvertibleToJava<GetKeySigningKeyPlainArgs>
Link copied to clipboard
data class HealthCheckAlarmIdentifierArgs(val name: Output<String>, val region: Output<String>) : ConvertibleToJava<HealthCheckAlarmIdentifierArgs>

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether the specified health check is healthy.

Link copied to clipboard
data class HealthCheckConfigPropertiesArgs(val alarmIdentifier: Output<HealthCheckAlarmIdentifierArgs>? = null, val childHealthChecks: Output<List<String>>? = null, val enableSni: Output<Boolean>? = null, val failureThreshold: Output<Int>? = null, val fullyQualifiedDomainName: Output<String>? = null, val healthThreshold: Output<Int>? = null, val insufficientDataHealthStatus: Output<HealthCheckConfigPropertiesInsufficientDataHealthStatus>? = null, val inverted: Output<Boolean>? = null, val ipAddress: Output<String>? = null, val measureLatency: Output<Boolean>? = null, val port: Output<Int>? = null, val regions: Output<List<String>>? = null, val requestInterval: Output<Int>? = null, val resourcePath: Output<String>? = null, val routingControlArn: Output<String>? = null, val searchString: Output<String>? = null, val type: Output<HealthCheckConfigPropertiesType>) : ConvertibleToJava<HealthCheckConfigPropertiesArgs>

A complex type that contains information about the health check.

Link copied to clipboard
data class HealthCheckTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<HealthCheckTagArgs>

A key-value pair to associate with a resource.

Link copied to clipboard
Link copied to clipboard
data class HostedZoneConfigArgs(val comment: Output<String>? = null) : ConvertibleToJava<HostedZoneConfigArgs>

A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the `HostedZoneConfig` and `Comment` elements.

Link copied to clipboard
data class HostedZoneQueryLoggingConfigArgs(val cloudWatchLogsLogGroupArn: Output<String>) : ConvertibleToJava<HostedZoneQueryLoggingConfigArgs>

A complex type that contains information about a configuration for DNS query logging.

Link copied to clipboard
data class HostedZoneVpcArgs(val vpcId: Output<String>, val vpcRegion: Output<String>) : ConvertibleToJava<HostedZoneVpcArgs>

Private hosted zones only: A complex type that contains information about an Amazon VPC. Route 53 Resolver uses the records in the private hosted zone to route traffic in that VPC. For public hosted zones, omit `VPCs`, `VPCId`, and `VPCRegion`.

Link copied to clipboard