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
object NeptuneFunctions