AwsRdsDbInstanceDetails constructor
AwsRdsDbInstanceDetails({
- int? allocatedStorage,
- List<
AwsRdsDbInstanceAssociatedRole> ? associatedRoles, - bool? autoMinorVersionUpgrade,
- String? availabilityZone,
- int? backupRetentionPeriod,
- String? cACertificateIdentifier,
- String? characterSetName,
- bool? copyTagsToSnapshot,
- String? dBClusterIdentifier,
- String? dBInstanceClass,
- String? dBInstanceIdentifier,
- String? dBName,
- int? dbInstancePort,
- String? dbInstanceStatus,
- List<
AwsRdsDbParameterGroup> ? dbParameterGroups, - List<
String> ? dbSecurityGroups, - AwsRdsDbSubnetGroup? dbSubnetGroup,
- String? dbiResourceId,
- bool? deletionProtection,
- List<
AwsRdsDbDomainMembership> ? domainMemberships, - List<
String> ? enabledCloudWatchLogsExports, - AwsRdsDbInstanceEndpoint? endpoint,
- String? engine,
- String? engineVersion,
- String? enhancedMonitoringResourceArn,
- bool? iAMDatabaseAuthenticationEnabled,
- String? instanceCreateTime,
- int? iops,
- String? kmsKeyId,
- String? latestRestorableTime,
- String? licenseModel,
- AwsRdsDbInstanceEndpoint? listenerEndpoint,
- String? masterUsername,
- int? maxAllocatedStorage,
- int? monitoringInterval,
- String? monitoringRoleArn,
- bool? multiAz,
- List<
AwsRdsDbOptionGroupMembership> ? optionGroupMemberships, - AwsRdsDbPendingModifiedValues? pendingModifiedValues,
- bool? performanceInsightsEnabled,
- String? performanceInsightsKmsKeyId,
- int? performanceInsightsRetentionPeriod,
- String? preferredBackupWindow,
- String? preferredMaintenanceWindow,
- List<
AwsRdsDbProcessorFeature> ? processorFeatures, - int? promotionTier,
- bool? publiclyAccessible,
- List<
String> ? readReplicaDBClusterIdentifiers, - List<
String> ? readReplicaDBInstanceIdentifiers, - String? readReplicaSourceDBInstanceIdentifier,
- String? secondaryAvailabilityZone,
- List<
AwsRdsDbStatusInfo> ? statusInfos, - bool? storageEncrypted,
- String? storageType,
- String? tdeCredentialArn,
- String? timezone,
- List<
AwsRdsDbInstanceVpcSecurityGroup> ? vpcSecurityGroups,
Implementation
AwsRdsDbInstanceDetails({
this.allocatedStorage,
this.associatedRoles,
this.autoMinorVersionUpgrade,
this.availabilityZone,
this.backupRetentionPeriod,
this.cACertificateIdentifier,
this.characterSetName,
this.copyTagsToSnapshot,
this.dBClusterIdentifier,
this.dBInstanceClass,
this.dBInstanceIdentifier,
this.dBName,
this.dbInstancePort,
this.dbInstanceStatus,
this.dbParameterGroups,
this.dbSecurityGroups,
this.dbSubnetGroup,
this.dbiResourceId,
this.deletionProtection,
this.domainMemberships,
this.enabledCloudWatchLogsExports,
this.endpoint,
this.engine,
this.engineVersion,
this.enhancedMonitoringResourceArn,
this.iAMDatabaseAuthenticationEnabled,
this.instanceCreateTime,
this.iops,
this.kmsKeyId,
this.latestRestorableTime,
this.licenseModel,
this.listenerEndpoint,
this.masterUsername,
this.maxAllocatedStorage,
this.monitoringInterval,
this.monitoringRoleArn,
this.multiAz,
this.optionGroupMemberships,
this.pendingModifiedValues,
this.performanceInsightsEnabled,
this.performanceInsightsKmsKeyId,
this.performanceInsightsRetentionPeriod,
this.preferredBackupWindow,
this.preferredMaintenanceWindow,
this.processorFeatures,
this.promotionTier,
this.publiclyAccessible,
this.readReplicaDBClusterIdentifiers,
this.readReplicaDBInstanceIdentifiers,
this.readReplicaSourceDBInstanceIdentifier,
this.secondaryAvailabilityZone,
this.statusInfos,
this.storageEncrypted,
this.storageType,
this.tdeCredentialArn,
this.timezone,
this.vpcSecurityGroups,
});