Package-level declarations
Types
Link copied to clipboard
data class DbClusterArgs(val associatedRoles: Output<List<DbClusterDbClusterRoleArgs>>? = null, val availabilityZones: Output<List<String>>? = null, val backupRetentionPeriod: Output<Int>? = null, val copyTagsToSnapshot: Output<Boolean>? = null, val dbClusterIdentifier: Output<String>? = null, val dbClusterParameterGroupName: Output<String>? = null, val dbInstanceParameterGroupName: Output<String>? = null, val dbPort: Output<Int>? = null, val dbSubnetGroupName: Output<String>? = null, val deletionProtection: Output<Boolean>? = null, val enableCloudwatchLogsExports: Output<List<String>>? = null, val engineVersion: Output<String>? = null, val iamAuthEnabled: Output<Boolean>? = null, val kmsKeyId: Output<String>? = null, val preferredBackupWindow: Output<String>? = null, val preferredMaintenanceWindow: Output<String>? = null, val restoreToTime: Output<String>? = null, val restoreType: Output<String>? = null, val serverlessScalingConfiguration: Output<DbClusterServerlessScalingConfigurationArgs>? = null, val snapshotIdentifier: Output<String>? = null, val sourceDbClusterIdentifier: Output<String>? = null, val storageEncrypted: Output<Boolean>? = null, val tags: Output<List<TagArgs>>? = null, val useLatestRestorableTime: Output<Boolean>? = null, val vpcSecurityGroupIds: Output<List<String>>? = null) : ConvertibleToJava<DbClusterArgs>
The AWS::Neptune::DBCluster resource creates an Amazon Neptune DB cluster.
Link copied to clipboard
class DbClusterArgsBuilder
Builder for DbClusterArgs.
Link copied to clipboard
Link copied to clipboard
class DbClusterResourceBuilder
Builder for DbCluster.
Link copied to clipboard
The AWS::Neptune::DBSubnetGroup type creates an Amazon Neptune DB subnet group. Subnet groups must contain at least two subnets in two different Availability Zones in the same AWS Region.
Link copied to clipboard
data class DbSubnetGroupArgs(val dbSubnetGroupDescription: Output<String>? = null, val dbSubnetGroupName: Output<String>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DbSubnetGroupArgs>
The AWS::Neptune::DBSubnetGroup type creates an Amazon Neptune DB subnet group. Subnet groups must contain at least two subnets in two different Availability Zones in the same AWS Region.
Link copied to clipboard
class DbSubnetGroupArgsBuilder
Builder for DbSubnetGroupArgs.
Link copied to clipboard
Link copied to clipboard
Builder for DbSubnetGroup.
Link copied to clipboard
object NeptuneFunctions
Functions
Link copied to clipboard
suspend fun dbSubnetGroup(name: String, block: suspend DbSubnetGroupResourceBuilder.() -> Unit): DbSubnetGroup