AwsRdsDbClusterDetails constructor
AwsRdsDbClusterDetails({
- String? activityStreamStatus,
- int? allocatedStorage,
- List<
AwsRdsDbClusterAssociatedRole> ? associatedRoles, - List<
String> ? availabilityZones, - int? backupRetentionPeriod,
- String? clusterCreateTime,
- bool? copyTagsToSnapshot,
- bool? crossAccountClone,
- List<
String> ? customEndpoints, - String? databaseName,
- String? dbClusterIdentifier,
- List<
AwsRdsDbClusterMember> ? dbClusterMembers, - List<
AwsRdsDbClusterOptionGroupMembership> ? dbClusterOptionGroupMemberships, - String? dbClusterParameterGroup,
- String? dbClusterResourceId,
- String? dbSubnetGroup,
- bool? deletionProtection,
- List<
AwsRdsDbDomainMembership> ? domainMemberships, - List<
String> ? enabledCloudWatchLogsExports, - String? endpoint,
- String? engine,
- String? engineMode,
- String? engineVersion,
- String? hostedZoneId,
- bool? httpEndpointEnabled,
- bool? iamDatabaseAuthenticationEnabled,
- String? kmsKeyId,
- String? masterUsername,
- bool? multiAz,
- int? port,
- String? preferredBackupWindow,
- String? preferredMaintenanceWindow,
- List<
String> ? readReplicaIdentifiers, - String? readerEndpoint,
- String? status,
- bool? storageEncrypted,
- List<
AwsRdsDbInstanceVpcSecurityGroup> ? vpcSecurityGroups,
Implementation
AwsRdsDbClusterDetails({
this.activityStreamStatus,
this.allocatedStorage,
this.associatedRoles,
this.availabilityZones,
this.backupRetentionPeriod,
this.clusterCreateTime,
this.copyTagsToSnapshot,
this.crossAccountClone,
this.customEndpoints,
this.databaseName,
this.dbClusterIdentifier,
this.dbClusterMembers,
this.dbClusterOptionGroupMemberships,
this.dbClusterParameterGroup,
this.dbClusterResourceId,
this.dbSubnetGroup,
this.deletionProtection,
this.domainMemberships,
this.enabledCloudWatchLogsExports,
this.endpoint,
this.engine,
this.engineMode,
this.engineVersion,
this.hostedZoneId,
this.httpEndpointEnabled,
this.iamDatabaseAuthenticationEnabled,
this.kmsKeyId,
this.masterUsername,
this.multiAz,
this.port,
this.preferredBackupWindow,
this.preferredMaintenanceWindow,
this.readReplicaIdentifiers,
this.readerEndpoint,
this.status,
this.storageEncrypted,
this.vpcSecurityGroups,
});