| Package | Description |
|---|---|
| software.amazon.awscdk.customresources |
AWS CDK Custom Resources
|
| software.amazon.awscdk.services.chatbot |
AWS::Chatbot Construct Library
|
| software.amazon.awscdk.services.cloudfront.experimental | |
| software.amazon.awscdk.services.cloudtrail |
AWS CloudTrail Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| software.amazon.awscdk.services.logs |
Amazon CloudWatch Logs Construct Library
|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default RetentionDays |
ProviderProps.getLogRetention()
(experimental) The number of days framework log events are kept in CloudWatch Logs.
|
RetentionDays |
ProviderProps.Jsii$Proxy.getLogRetention() |
default RetentionDays |
AwsCustomResourceProps.getLogRetention()
(experimental) The number of days log events of the Lambda function implementing this custom resource are kept in CloudWatch Logs.
|
RetentionDays |
AwsCustomResourceProps.Jsii$Proxy.getLogRetention() |
| Modifier and Type | Method and Description |
|---|---|
AwsCustomResource.Builder |
AwsCustomResource.Builder.logRetention(RetentionDays logRetention)
(experimental) The number of days log events of the Lambda function implementing this custom resource are kept in CloudWatch Logs.
|
ProviderProps.Builder |
ProviderProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
ProviderProps.getLogRetention() |
AwsCustomResourceProps.Builder |
AwsCustomResourceProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
AwsCustomResourceProps.getLogRetention() |
Provider.Builder |
Provider.Builder.logRetention(RetentionDays logRetention)
(experimental) The number of days framework log events are kept in CloudWatch Logs.
|
| Constructor and Description |
|---|
Jsii$Proxy(AwsCustomResourcePolicy policy,
String functionName,
Boolean installLatestAwsSdk,
RetentionDays logRetention,
AwsSdkCall onCreate,
AwsSdkCall onDelete,
AwsSdkCall onUpdate,
String resourceType,
IRole role,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
AwsCustomResourceProps.Builder. |
Jsii$Proxy(IFunction onEventHandler,
IFunction isCompleteHandler,
RetentionDays logRetention,
Duration queryInterval,
List<? extends ISecurityGroup> securityGroups,
Duration totalTimeout,
IVpc vpc,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ProviderProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default RetentionDays |
SlackChannelConfigurationProps.getLogRetention()
(experimental) The number of days log events are kept in CloudWatch Logs.
|
RetentionDays |
SlackChannelConfigurationProps.Jsii$Proxy.getLogRetention() |
| Modifier and Type | Method and Description |
|---|---|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.logRetention(RetentionDays logRetention)
(experimental) The number of days log events are kept in CloudWatch Logs.
|
SlackChannelConfigurationProps.Builder |
SlackChannelConfigurationProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
SlackChannelConfigurationProps.getLogRetention() |
| Constructor and Description |
|---|
Jsii$Proxy(String slackChannelConfigurationName,
String slackChannelId,
String slackWorkspaceId,
LoggingLevel loggingLevel,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
List<? extends ITopic> notificationTopics,
IRole role)
Constructor that initializes the object based on literal property values passed by the
SlackChannelConfigurationProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
RetentionDays |
EdgeFunctionProps.Jsii$Proxy.getLogRetention() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunction.Builder |
EdgeFunction.Builder.logRetention(RetentionDays logRetention)
(experimental) The number of days log events are kept in CloudWatch Logs.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
FunctionOptions.getLogRetention() |
| Constructor and Description |
|---|
Jsii$Proxy(String stackId,
Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
EdgeFunctionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default RetentionDays |
TrailProps.getCloudWatchLogsRetention()
(experimental) How long to retain logs in CloudWatchLogs.
|
RetentionDays |
TrailProps.Jsii$Proxy.getCloudWatchLogsRetention() |
| Modifier and Type | Method and Description |
|---|---|
TrailProps.Builder |
TrailProps.Builder.cloudWatchLogsRetention(RetentionDays cloudWatchLogsRetention)
Sets the value of
TrailProps.getCloudWatchLogsRetention() |
Trail.Builder |
Trail.Builder.cloudWatchLogsRetention(RetentionDays cloudWatchLogsRetention)
(experimental) How long to retain logs in CloudWatchLogs.
|
| Constructor and Description |
|---|
Jsii$Proxy(IBucket bucket,
ILogGroup cloudWatchLogGroup,
RetentionDays cloudWatchLogsRetention,
Boolean enableFileValidation,
IKey encryptionKey,
Boolean includeGlobalServiceEvents,
Boolean isMultiRegionTrail,
ReadWriteType managementEvents,
String s3KeyPrefix,
Boolean sendToCloudWatchLogs,
ITopic snsTopic,
String trailName)
Constructor that initializes the object based on literal property values passed by the
TrailProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default RetentionDays |
AwsLogDriverProps.getLogRetention()
(experimental) The number of days log events are kept in CloudWatch Logs when the log group is automatically created by this construct.
|
RetentionDays |
AwsLogDriverProps.Jsii$Proxy.getLogRetention() |
| Modifier and Type | Method and Description |
|---|---|
AwsLogDriverProps.Builder |
AwsLogDriverProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
AwsLogDriverProps.getLogRetention() |
AwsLogDriver.Builder |
AwsLogDriver.Builder.logRetention(RetentionDays logRetention)
(experimental) The number of days log events are kept in CloudWatch Logs when the log group is automatically created by this construct.
|
| Constructor and Description |
|---|
Jsii$Proxy(String streamPrefix,
String datetimeFormat,
ILogGroup logGroup,
RetentionDays logRetention,
AwsLogDriverMode mode,
String multilinePattern)
Constructor that initializes the object based on literal property values passed by the
AwsLogDriverProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
RetentionDays |
DockerImageFunctionProps.Jsii$Proxy.getLogRetention() |
default RetentionDays |
FunctionOptions.getLogRetention()
(experimental) The number of days log events are kept in CloudWatch Logs.
|
RetentionDays |
FunctionOptions.Jsii$Proxy.getLogRetention() |
RetentionDays |
SingletonFunctionProps.Jsii$Proxy.getLogRetention() |
RetentionDays |
FunctionProps.Jsii$Proxy.getLogRetention() |
| Modifier and Type | Method and Description |
|---|---|
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
FunctionOptions.getLogRetention() |
FunctionOptions.Builder |
FunctionOptions.Builder.logRetention(RetentionDays logRetention)
Sets the value of
FunctionOptions.getLogRetention() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
FunctionOptions.getLogRetention() |
Function.Builder |
Function.Builder.logRetention(RetentionDays logRetention)
(experimental) The number of days log events are kept in CloudWatch Logs.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.logRetention(RetentionDays logRetention)
(experimental) The number of days log events are kept in CloudWatch Logs.
|
SingletonFunction.Builder |
SingletonFunction.Builder.logRetention(RetentionDays logRetention)
(experimental) The number of days log events are kept in CloudWatch Logs.
|
FunctionProps.Builder |
FunctionProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
FunctionOptions.getLogRetention() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
FunctionOptions.Builder. |
Jsii$Proxy(Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
FunctionProps.Builder. |
Jsii$Proxy(DockerImageCode code,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
DockerImageFunctionProps.Builder. |
Jsii$Proxy(String uuid,
String lambdaPurpose,
Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
SingletonFunctionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
RetentionDays |
NodejsFunctionProps.Jsii$Proxy.getLogRetention() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
FunctionOptions.getLogRetention() |
NodejsFunction.Builder |
NodejsFunction.Builder.logRetention(RetentionDays logRetention)
(experimental) The number of days log events are kept in CloudWatch Logs.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean awsSdkConnectionReuse,
BundlingOptions bundling,
String depsLockFilePath,
String entry,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
NodejsFunctionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default RetentionDays |
LogGroupProps.getRetention()
(experimental) How long, in days, the log contents will be retained.
|
RetentionDays |
LogGroupProps.Jsii$Proxy.getRetention() |
RetentionDays |
LogRetentionProps.getRetention()
(experimental) The number of days log events are kept in CloudWatch Logs.
|
RetentionDays |
LogRetentionProps.Jsii$Proxy.getRetention() |
static RetentionDays |
RetentionDays.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RetentionDays[] |
RetentionDays.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LogGroupProps.Builder |
LogGroupProps.Builder.retention(RetentionDays retention)
Sets the value of
LogGroupProps.getRetention() |
LogRetention.Builder |
LogRetention.Builder.retention(RetentionDays retention)
(experimental) The number of days log events are kept in CloudWatch Logs.
|
LogRetentionProps.Builder |
LogRetentionProps.Builder.retention(RetentionDays retention)
Sets the value of
LogRetentionProps.getRetention() |
LogGroup.Builder |
LogGroup.Builder.retention(RetentionDays retention)
(experimental) How long, in days, the log contents will be retained.
|
| Constructor and Description |
|---|
Jsii$Proxy(IKey encryptionKey,
String logGroupName,
RemovalPolicy removalPolicy,
RetentionDays retention)
Constructor that initializes the object based on literal property values passed by the
LogGroupProps.Builder. |
Jsii$Proxy(String logGroupName,
RetentionDays retention,
String logGroupRegion,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole role)
Constructor that initializes the object based on literal property values passed by the
LogRetentionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default RetentionDays |
DatabaseClusterProps.getCloudwatchLogsRetention()
(experimental) The number of days log events are kept in CloudWatch Logs.
|
RetentionDays |
DatabaseClusterProps.Jsii$Proxy.getCloudwatchLogsRetention() |
default RetentionDays |
DatabaseClusterFromSnapshotProps.getCloudwatchLogsRetention()
(experimental) The number of days log events are kept in CloudWatch Logs.
|
RetentionDays |
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getCloudwatchLogsRetention() |
RetentionDays |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getCloudwatchLogsRetention() |
default RetentionDays |
DatabaseInstanceNewProps.getCloudwatchLogsRetention()
(experimental) The number of days log events are kept in CloudWatch Logs.
|
RetentionDays |
DatabaseInstanceNewProps.Jsii$Proxy.getCloudwatchLogsRetention() |
RetentionDays |
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getCloudwatchLogsRetention() |
RetentionDays |
DatabaseInstanceProps.Jsii$Proxy.getCloudwatchLogsRetention() |
RetentionDays |
DatabaseInstanceSourceProps.Jsii$Proxy.getCloudwatchLogsRetention() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.cloudwatchLogsRetention(RetentionDays cloudwatchLogsRetention)
Sets the value of
DatabaseClusterProps.getCloudwatchLogsRetention() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.cloudwatchLogsRetention(RetentionDays cloudwatchLogsRetention)
(experimental) The number of days log events are kept in CloudWatch Logs.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.cloudwatchLogsRetention(RetentionDays cloudwatchLogsRetention)
(experimental) The number of days log events are kept in CloudWatch Logs.
|
DatabaseClusterFromSnapshotProps.Builder |
DatabaseClusterFromSnapshotProps.Builder.cloudwatchLogsRetention(RetentionDays cloudwatchLogsRetention)
Sets the value of
DatabaseClusterFromSnapshotProps.getCloudwatchLogsRetention() |
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.cloudwatchLogsRetention(RetentionDays cloudwatchLogsRetention)
Sets the value of
DatabaseInstanceNewProps.getCloudwatchLogsRetention() |
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.cloudwatchLogsRetention(RetentionDays cloudwatchLogsRetention)
(experimental) The number of days log events are kept in CloudWatch Logs.
|
DatabaseInstance.Builder |
DatabaseInstance.Builder.cloudwatchLogsRetention(RetentionDays cloudwatchLogsRetention)
(experimental) The number of days log events are kept in CloudWatch Logs.
|
DatabaseInstanceNewProps.Builder |
DatabaseInstanceNewProps.Builder.cloudwatchLogsRetention(RetentionDays cloudwatchLogsRetention)
Sets the value of
DatabaseInstanceNewProps.getCloudwatchLogsRetention() |
DatabaseInstanceReadReplica.Builder |
DatabaseInstanceReadReplica.Builder.cloudwatchLogsRetention(RetentionDays cloudwatchLogsRetention)
(experimental) The number of days log events are kept in CloudWatch Logs.
|
DatabaseInstanceReadReplicaProps.Builder |
DatabaseInstanceReadReplicaProps.Builder.cloudwatchLogsRetention(RetentionDays cloudwatchLogsRetention)
Sets the value of
DatabaseInstanceNewProps.getCloudwatchLogsRetention() |
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.cloudwatchLogsRetention(RetentionDays cloudwatchLogsRetention)
Sets the value of
DatabaseInstanceNewProps.getCloudwatchLogsRetention() |
DatabaseInstanceSourceProps.Builder |
DatabaseInstanceSourceProps.Builder.cloudwatchLogsRetention(RetentionDays cloudwatchLogsRetention)
Sets the value of
DatabaseInstanceNewProps.getCloudwatchLogsRetention() |
| Constructor and Description |
|---|
Jsii$Proxy(IClusterEngine engine,
InstanceProps instanceProps,
BackupProps backup,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
String clusterIdentifier,
Credentials credentials,
String defaultDatabaseName,
Boolean deletionProtection,
Boolean iamAuthentication,
String instanceIdentifierBase,
Number instances,
Duration monitoringInterval,
IRole monitoringRole,
IParameterGroup parameterGroup,
Number port,
String preferredMaintenanceWindow,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
Boolean storageEncrypted,
IKey storageEncryptionKey,
ISubnetGroup subnetGroup)
Constructor that initializes the object based on literal property values passed by the
DatabaseClusterProps.Builder. |
Jsii$Proxy(IClusterEngine engine,
InstanceProps instanceProps,
String snapshotIdentifier,
BackupProps backup,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
String clusterIdentifier,
String defaultDatabaseName,
Boolean deletionProtection,
Boolean iamAuthentication,
String instanceIdentifierBase,
Number instances,
Duration monitoringInterval,
IRole monitoringRole,
IParameterGroup parameterGroup,
Number port,
String preferredMaintenanceWindow,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
ISubnetGroup subnetGroup)
Constructor that initializes the object based on literal property values passed by the
DatabaseClusterFromSnapshotProps.Builder. |
Jsii$Proxy(IInstanceEngine engine,
Number allocatedStorage,
Boolean allowMajorVersionUpgrade,
String databaseName,
InstanceType instanceType,
LicenseModel licenseModel,
IParameterGroup parameterGroup,
String timezone,
IVpc vpc,
Boolean autoMinorVersionUpgrade,
String availabilityZone,
Duration backupRetention,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
Boolean copyTagsToSnapshot,
Boolean deleteAutomatedBackups,
Boolean deletionProtection,
String domain,
IRole domainRole,
Boolean enablePerformanceInsights,
Boolean iamAuthentication,
String instanceIdentifier,
Number iops,
Number maxAllocatedStorage,
Duration monitoringInterval,
IRole monitoringRole,
Boolean multiAz,
IOptionGroup optionGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
ProcessorFeatures processorFeatures,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
List<? extends ISecurityGroup> securityGroups,
StorageType storageType,
ISubnetGroup subnetGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceSourceProps.Builder. |
Jsii$Proxy(InstanceType instanceType,
IDatabaseInstance sourceDatabaseInstance,
Boolean storageEncrypted,
IKey storageEncryptionKey,
IVpc vpc,
Boolean autoMinorVersionUpgrade,
String availabilityZone,
Duration backupRetention,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
Boolean copyTagsToSnapshot,
Boolean deleteAutomatedBackups,
Boolean deletionProtection,
String domain,
IRole domainRole,
Boolean enablePerformanceInsights,
Boolean iamAuthentication,
String instanceIdentifier,
Number iops,
Number maxAllocatedStorage,
Duration monitoringInterval,
IRole monitoringRole,
Boolean multiAz,
IOptionGroup optionGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
ProcessorFeatures processorFeatures,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
List<? extends ISecurityGroup> securityGroups,
StorageType storageType,
ISubnetGroup subnetGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceReadReplicaProps.Builder. |
Jsii$Proxy(IVpc vpc,
Boolean autoMinorVersionUpgrade,
String availabilityZone,
Duration backupRetention,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
Boolean copyTagsToSnapshot,
Boolean deleteAutomatedBackups,
Boolean deletionProtection,
String domain,
IRole domainRole,
Boolean enablePerformanceInsights,
Boolean iamAuthentication,
String instanceIdentifier,
Number iops,
Number maxAllocatedStorage,
Duration monitoringInterval,
IRole monitoringRole,
Boolean multiAz,
IOptionGroup optionGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
ProcessorFeatures processorFeatures,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
List<? extends ISecurityGroup> securityGroups,
StorageType storageType,
ISubnetGroup subnetGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceNewProps.Builder. |
Jsii$Proxy(String characterSetName,
Credentials credentials,
Boolean storageEncrypted,
IKey storageEncryptionKey,
IInstanceEngine engine,
Number allocatedStorage,
Boolean allowMajorVersionUpgrade,
String databaseName,
InstanceType instanceType,
LicenseModel licenseModel,
IParameterGroup parameterGroup,
String timezone,
IVpc vpc,
Boolean autoMinorVersionUpgrade,
String availabilityZone,
Duration backupRetention,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
Boolean copyTagsToSnapshot,
Boolean deleteAutomatedBackups,
Boolean deletionProtection,
String domain,
IRole domainRole,
Boolean enablePerformanceInsights,
Boolean iamAuthentication,
String instanceIdentifier,
Number iops,
Number maxAllocatedStorage,
Duration monitoringInterval,
IRole monitoringRole,
Boolean multiAz,
IOptionGroup optionGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
ProcessorFeatures processorFeatures,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
List<? extends ISecurityGroup> securityGroups,
StorageType storageType,
ISubnetGroup subnetGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceProps.Builder. |
Jsii$Proxy(String snapshotIdentifier,
SnapshotCredentials credentials,
IInstanceEngine engine,
Number allocatedStorage,
Boolean allowMajorVersionUpgrade,
String databaseName,
InstanceType instanceType,
LicenseModel licenseModel,
IParameterGroup parameterGroup,
String timezone,
IVpc vpc,
Boolean autoMinorVersionUpgrade,
String availabilityZone,
Duration backupRetention,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
Boolean copyTagsToSnapshot,
Boolean deleteAutomatedBackups,
Boolean deletionProtection,
String domain,
IRole domainRole,
Boolean enablePerformanceInsights,
Boolean iamAuthentication,
String instanceIdentifier,
Number iops,
Number maxAllocatedStorage,
Duration monitoringInterval,
IRole monitoringRole,
Boolean multiAz,
IOptionGroup optionGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
ProcessorFeatures processorFeatures,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
List<? extends ISecurityGroup> securityGroups,
StorageType storageType,
ISubnetGroup subnetGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceFromSnapshotProps.Builder. |
Copyright © 2021. All rights reserved.