Documentation ¶
Index ¶
- func CfnDBClusterParameterGroup_CFN_RESOURCE_TYPE_NAME() *string
- func CfnDBClusterParameterGroup_IsCfnElement(x interface{}) *bool
- func CfnDBClusterParameterGroup_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnDBClusterParameterGroup_IsConstruct(x interface{}) *bool
- func CfnDBCluster_CFN_RESOURCE_TYPE_NAME() *string
- func CfnDBCluster_IsCfnElement(x interface{}) *bool
- func CfnDBCluster_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnDBCluster_IsConstruct(x interface{}) *bool
- func CfnDBInstance_CFN_RESOURCE_TYPE_NAME() *string
- func CfnDBInstance_IsCfnElement(x interface{}) *bool
- func CfnDBInstance_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnDBInstance_IsConstruct(x interface{}) *bool
- func CfnDBSubnetGroup_CFN_RESOURCE_TYPE_NAME() *string
- func CfnDBSubnetGroup_IsCfnElement(x interface{}) *bool
- func CfnDBSubnetGroup_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnDBSubnetGroup_IsConstruct(x interface{}) *bool
- func ClusterParameterGroup_IsConstruct(x interface{}) *bool
- func ClusterParameterGroup_IsResource(construct awscdk.IConstruct) *bool
- func DatabaseCluster_DEFAULT_NUM_INSTANCES() *float64
- func DatabaseCluster_DEFAULT_PORT() *float64
- func DatabaseCluster_IsConstruct(x interface{}) *bool
- func DatabaseCluster_IsResource(construct awscdk.IConstruct) *bool
- func DatabaseInstance_IsConstruct(x interface{}) *bool
- func DatabaseInstance_IsResource(construct awscdk.IConstruct) *bool
- func DatabaseSecret_FromSecretArn(scope constructs.Construct, id *string, secretArn *string) awssecretsmanager.ISecretdeprecated
- func DatabaseSecret_FromSecretAttributes(scope constructs.Construct, id *string, ...) awssecretsmanager.ISecret
- func DatabaseSecret_FromSecretCompleteArn(scope constructs.Construct, id *string, secretCompleteArn *string) awssecretsmanager.ISecret
- func DatabaseSecret_FromSecretName(scope constructs.Construct, id *string, secretName *string) awssecretsmanager.ISecret
- func DatabaseSecret_FromSecretNameV2(scope constructs.Construct, id *string, secretName *string) awssecretsmanager.ISecret
- func DatabaseSecret_FromSecretPartialArn(scope constructs.Construct, id *string, secretPartialArn *string) awssecretsmanager.ISecret
- func DatabaseSecret_IsConstruct(x interface{}) *bool
- func DatabaseSecret_IsResource(construct awscdk.IConstruct) *bool
- func NewCfnDBClusterParameterGroup_Override(c CfnDBClusterParameterGroup, scope awscdk.Construct, id *string, ...)
- func NewCfnDBCluster_Override(c CfnDBCluster, scope awscdk.Construct, id *string, props *CfnDBClusterProps)
- func NewCfnDBInstance_Override(c CfnDBInstance, scope awscdk.Construct, id *string, props *CfnDBInstanceProps)
- func NewCfnDBSubnetGroup_Override(c CfnDBSubnetGroup, scope awscdk.Construct, id *string, ...)
- func NewClusterParameterGroup_Override(c ClusterParameterGroup, scope constructs.Construct, id *string, ...)
- func NewDatabaseCluster_Override(d DatabaseCluster, scope constructs.Construct, id *string, ...)
- func NewDatabaseInstance_Override(d DatabaseInstance, scope constructs.Construct, id *string, ...)
- func NewDatabaseSecret_Override(d DatabaseSecret, scope constructs.Construct, id *string, ...)
- func NewEndpoint_Override(e Endpoint, address *string, port *float64)
- type BackupProps
- type CfnDBCluster
- type CfnDBClusterParameterGroup
- type CfnDBClusterParameterGroupProps
- type CfnDBClusterProps
- type CfnDBInstance
- type CfnDBInstanceProps
- type CfnDBSubnetGroup
- type CfnDBSubnetGroupProps
- type ClusterParameterGroup
- type ClusterParameterGroupProps
- type DatabaseCluster
- type DatabaseClusterAttributes
- type DatabaseClusterProps
- type DatabaseInstance
- type DatabaseInstanceAttributes
- type DatabaseInstanceProps
- type DatabaseSecret
- type DatabaseSecretProps
- type Endpoint
- type IClusterParameterGroup
- type IDatabaseCluster
- type IDatabaseInstance
- type Login
- type RotationMultiUserOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CfnDBClusterParameterGroup_CFN_RESOURCE_TYPE_NAME ¶
func CfnDBClusterParameterGroup_CFN_RESOURCE_TYPE_NAME() *string
func CfnDBClusterParameterGroup_IsCfnElement ¶
func CfnDBClusterParameterGroup_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.
func CfnDBClusterParameterGroup_IsCfnResource ¶
func CfnDBClusterParameterGroup_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnDBClusterParameterGroup_IsConstruct ¶
func CfnDBClusterParameterGroup_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnDBCluster_CFN_RESOURCE_TYPE_NAME ¶
func CfnDBCluster_CFN_RESOURCE_TYPE_NAME() *string
func CfnDBCluster_IsCfnElement ¶
func CfnDBCluster_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.
func CfnDBCluster_IsCfnResource ¶
func CfnDBCluster_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnDBCluster_IsConstruct ¶
func CfnDBCluster_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnDBInstance_CFN_RESOURCE_TYPE_NAME ¶
func CfnDBInstance_CFN_RESOURCE_TYPE_NAME() *string
func CfnDBInstance_IsCfnElement ¶
func CfnDBInstance_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.
func CfnDBInstance_IsCfnResource ¶
func CfnDBInstance_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnDBInstance_IsConstruct ¶
func CfnDBInstance_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnDBSubnetGroup_CFN_RESOURCE_TYPE_NAME ¶
func CfnDBSubnetGroup_CFN_RESOURCE_TYPE_NAME() *string
func CfnDBSubnetGroup_IsCfnElement ¶
func CfnDBSubnetGroup_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.
func CfnDBSubnetGroup_IsCfnResource ¶
func CfnDBSubnetGroup_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnDBSubnetGroup_IsConstruct ¶
func CfnDBSubnetGroup_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func ClusterParameterGroup_IsConstruct ¶
func ClusterParameterGroup_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func ClusterParameterGroup_IsResource ¶
func ClusterParameterGroup_IsResource(construct awscdk.IConstruct) *bool
Check whether the given construct is a Resource. Experimental.
func DatabaseCluster_DEFAULT_NUM_INSTANCES ¶
func DatabaseCluster_DEFAULT_NUM_INSTANCES() *float64
func DatabaseCluster_DEFAULT_PORT ¶
func DatabaseCluster_DEFAULT_PORT() *float64
func DatabaseCluster_IsConstruct ¶
func DatabaseCluster_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func DatabaseCluster_IsResource ¶
func DatabaseCluster_IsResource(construct awscdk.IConstruct) *bool
Check whether the given construct is a Resource. Experimental.
func DatabaseInstance_IsConstruct ¶
func DatabaseInstance_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func DatabaseInstance_IsResource ¶
func DatabaseInstance_IsResource(construct awscdk.IConstruct) *bool
Check whether the given construct is a Resource. Experimental.
func DatabaseSecret_FromSecretArn
deprecated
func DatabaseSecret_FromSecretArn(scope constructs.Construct, id *string, secretArn *string) awssecretsmanager.ISecret
Deprecated: use `fromSecretCompleteArn` or `fromSecretPartialArn`
func DatabaseSecret_FromSecretAttributes ¶
func DatabaseSecret_FromSecretAttributes(scope constructs.Construct, id *string, attrs *awssecretsmanager.SecretAttributes) awssecretsmanager.ISecret
Import an existing secret into the Stack. Experimental.
func DatabaseSecret_FromSecretCompleteArn ¶
func DatabaseSecret_FromSecretCompleteArn(scope constructs.Construct, id *string, secretCompleteArn *string) awssecretsmanager.ISecret
Imports a secret by complete ARN.
The complete ARN is the ARN with the Secrets Manager-supplied suffix. Experimental.
func DatabaseSecret_FromSecretName ¶
func DatabaseSecret_FromSecretName(scope constructs.Construct, id *string, secretName *string) awssecretsmanager.ISecret
Imports a secret by secret name;
the ARN of the Secret will be set to the secret name. A secret with this name must exist in the same account & region. Deprecated: use `fromSecretNameV2`
func DatabaseSecret_FromSecretNameV2 ¶
func DatabaseSecret_FromSecretNameV2(scope constructs.Construct, id *string, secretName *string) awssecretsmanager.ISecret
Imports a secret by secret name.
A secret with this name must exist in the same account & region. Replaces the deprecated `fromSecretName`. Experimental.
func DatabaseSecret_FromSecretPartialArn ¶
func DatabaseSecret_FromSecretPartialArn(scope constructs.Construct, id *string, secretPartialArn *string) awssecretsmanager.ISecret
Imports a secret by partial ARN.
The partial ARN is the ARN without the Secrets Manager-supplied suffix. Experimental.
func DatabaseSecret_IsConstruct ¶
func DatabaseSecret_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func DatabaseSecret_IsResource ¶
func DatabaseSecret_IsResource(construct awscdk.IConstruct) *bool
Check whether the given construct is a Resource. Experimental.
func NewCfnDBClusterParameterGroup_Override ¶
func NewCfnDBClusterParameterGroup_Override(c CfnDBClusterParameterGroup, scope awscdk.Construct, id *string, props *CfnDBClusterParameterGroupProps)
Create a new `AWS::DocDB::DBClusterParameterGroup`.
func NewCfnDBCluster_Override ¶
func NewCfnDBCluster_Override(c CfnDBCluster, scope awscdk.Construct, id *string, props *CfnDBClusterProps)
Create a new `AWS::DocDB::DBCluster`.
func NewCfnDBInstance_Override ¶
func NewCfnDBInstance_Override(c CfnDBInstance, scope awscdk.Construct, id *string, props *CfnDBInstanceProps)
Create a new `AWS::DocDB::DBInstance`.
func NewCfnDBSubnetGroup_Override ¶
func NewCfnDBSubnetGroup_Override(c CfnDBSubnetGroup, scope awscdk.Construct, id *string, props *CfnDBSubnetGroupProps)
Create a new `AWS::DocDB::DBSubnetGroup`.
func NewClusterParameterGroup_Override ¶
func NewClusterParameterGroup_Override(c ClusterParameterGroup, scope constructs.Construct, id *string, props *ClusterParameterGroupProps)
Experimental.
func NewDatabaseCluster_Override ¶
func NewDatabaseCluster_Override(d DatabaseCluster, scope constructs.Construct, id *string, props *DatabaseClusterProps)
Experimental.
func NewDatabaseInstance_Override ¶
func NewDatabaseInstance_Override(d DatabaseInstance, scope constructs.Construct, id *string, props *DatabaseInstanceProps)
Experimental.
func NewDatabaseSecret_Override ¶
func NewDatabaseSecret_Override(d DatabaseSecret, scope constructs.Construct, id *string, props *DatabaseSecretProps)
Experimental.
func NewEndpoint_Override ¶
Constructs an Endpoint instance. Experimental.
Types ¶
type BackupProps ¶
type BackupProps struct { // How many days to retain the backup. // Experimental. Retention awscdk.Duration `json:"retention"` // A daily time range in 24-hours UTC format in which backups preferably execute. // // Must be at least 30 minutes long. // // Example: '01:00-02:00' // Experimental. PreferredWindow *string `json:"preferredWindow"` }
Backup configuration for DocumentDB databases. See: https://docs.aws.amazon.com/documentdb/latest/developerguide/backup-restore.db-cluster-snapshots.html#backup-restore.backup-window
Experimental.
type CfnDBCluster ¶
type CfnDBCluster interface { awscdk.CfnResource awscdk.IInspectable AttrClusterResourceId() *string AttrEndpoint() *string AttrPort() *string AttrReadEndpoint() *string AvailabilityZones() *[]*string SetAvailabilityZones(val *[]*string) BackupRetentionPeriod() *float64 SetBackupRetentionPeriod(val *float64) CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string DbClusterIdentifier() *string SetDbClusterIdentifier(val *string) DbClusterParameterGroupName() *string SetDbClusterParameterGroupName(val *string) DbSubnetGroupName() *string SetDbSubnetGroupName(val *string) DeletionProtection() interface{} SetDeletionProtection(val interface{}) EnableCloudwatchLogsExports() *[]*string SetEnableCloudwatchLogsExports(val *[]*string) EngineVersion() *string SetEngineVersion(val *string) KmsKeyId() *string SetKmsKeyId(val *string) LogicalId() *string MasterUsername() *string SetMasterUsername(val *string) MasterUserPassword() *string SetMasterUserPassword(val *string) Node() awscdk.ConstructNode Port() *float64 SetPort(val *float64) PreferredBackupWindow() *string SetPreferredBackupWindow(val *string) PreferredMaintenanceWindow() *string SetPreferredMaintenanceWindow(val *string) Ref() *string SnapshotIdentifier() *string SetSnapshotIdentifier(val *string) Stack() awscdk.Stack StorageEncrypted() interface{} SetStorageEncrypted(val interface{}) Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} VpcSecurityGroupIds() *[]*string SetVpcSecurityGroupIds(val *[]*string) AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string OverrideLogicalId(newLogicalId *string) Prepare() RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::DocDB::DBCluster`.
func NewCfnDBCluster ¶
func NewCfnDBCluster(scope awscdk.Construct, id *string, props *CfnDBClusterProps) CfnDBCluster
Create a new `AWS::DocDB::DBCluster`.
type CfnDBClusterParameterGroup ¶
type CfnDBClusterParameterGroup interface { awscdk.CfnResource awscdk.IInspectable CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string Description() *string SetDescription(val *string) Family() *string SetFamily(val *string) LogicalId() *string Name() *string SetName(val *string) Node() awscdk.ConstructNode Parameters() interface{} SetParameters(val interface{}) Ref() *string Stack() awscdk.Stack Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string OverrideLogicalId(newLogicalId *string) Prepare() RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::DocDB::DBClusterParameterGroup`.
func NewCfnDBClusterParameterGroup ¶
func NewCfnDBClusterParameterGroup(scope awscdk.Construct, id *string, props *CfnDBClusterParameterGroupProps) CfnDBClusterParameterGroup
Create a new `AWS::DocDB::DBClusterParameterGroup`.
type CfnDBClusterParameterGroupProps ¶
type CfnDBClusterParameterGroupProps struct { // `AWS::DocDB::DBClusterParameterGroup.Description`. Description *string `json:"description"` // `AWS::DocDB::DBClusterParameterGroup.Family`. Family *string `json:"family"` // `AWS::DocDB::DBClusterParameterGroup.Parameters`. Parameters interface{} `json:"parameters"` // `AWS::DocDB::DBClusterParameterGroup.Name`. Name *string `json:"name"` // `AWS::DocDB::DBClusterParameterGroup.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` }
Properties for defining a `AWS::DocDB::DBClusterParameterGroup`.
type CfnDBClusterProps ¶
type CfnDBClusterProps struct { // `AWS::DocDB::DBCluster.MasterUsername`. MasterUsername *string `json:"masterUsername"` // `AWS::DocDB::DBCluster.MasterUserPassword`. MasterUserPassword *string `json:"masterUserPassword"` // `AWS::DocDB::DBCluster.AvailabilityZones`. AvailabilityZones *[]*string `json:"availabilityZones"` // `AWS::DocDB::DBCluster.BackupRetentionPeriod`. BackupRetentionPeriod *float64 `json:"backupRetentionPeriod"` // `AWS::DocDB::DBCluster.DBClusterIdentifier`. DbClusterIdentifier *string `json:"dbClusterIdentifier"` // `AWS::DocDB::DBCluster.DBClusterParameterGroupName`. DbClusterParameterGroupName *string `json:"dbClusterParameterGroupName"` // `AWS::DocDB::DBCluster.DBSubnetGroupName`. DbSubnetGroupName *string `json:"dbSubnetGroupName"` // `AWS::DocDB::DBCluster.DeletionProtection`. DeletionProtection interface{} `json:"deletionProtection"` // `AWS::DocDB::DBCluster.EnableCloudwatchLogsExports`. EnableCloudwatchLogsExports *[]*string `json:"enableCloudwatchLogsExports"` // `AWS::DocDB::DBCluster.EngineVersion`. EngineVersion *string `json:"engineVersion"` // `AWS::DocDB::DBCluster.KmsKeyId`. KmsKeyId *string `json:"kmsKeyId"` // `AWS::DocDB::DBCluster.Port`. Port *float64 `json:"port"` // `AWS::DocDB::DBCluster.PreferredBackupWindow`. PreferredBackupWindow *string `json:"preferredBackupWindow"` // `AWS::DocDB::DBCluster.PreferredMaintenanceWindow`. PreferredMaintenanceWindow *string `json:"preferredMaintenanceWindow"` // `AWS::DocDB::DBCluster.SnapshotIdentifier`. SnapshotIdentifier *string `json:"snapshotIdentifier"` // `AWS::DocDB::DBCluster.StorageEncrypted`. StorageEncrypted interface{} `json:"storageEncrypted"` // `AWS::DocDB::DBCluster.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` // `AWS::DocDB::DBCluster.VpcSecurityGroupIds`. VpcSecurityGroupIds *[]*string `json:"vpcSecurityGroupIds"` }
Properties for defining a `AWS::DocDB::DBCluster`.
type CfnDBInstance ¶
type CfnDBInstance interface { awscdk.CfnResource awscdk.IInspectable AttrEndpoint() *string AttrPort() *string AutoMinorVersionUpgrade() interface{} SetAutoMinorVersionUpgrade(val interface{}) AvailabilityZone() *string SetAvailabilityZone(val *string) CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string DbClusterIdentifier() *string SetDbClusterIdentifier(val *string) DbInstanceClass() *string SetDbInstanceClass(val *string) DbInstanceIdentifier() *string SetDbInstanceIdentifier(val *string) LogicalId() *string Node() awscdk.ConstructNode PreferredMaintenanceWindow() *string SetPreferredMaintenanceWindow(val *string) Ref() *string Stack() awscdk.Stack Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string OverrideLogicalId(newLogicalId *string) Prepare() RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::DocDB::DBInstance`.
func NewCfnDBInstance ¶
func NewCfnDBInstance(scope awscdk.Construct, id *string, props *CfnDBInstanceProps) CfnDBInstance
Create a new `AWS::DocDB::DBInstance`.
type CfnDBInstanceProps ¶
type CfnDBInstanceProps struct { // `AWS::DocDB::DBInstance.DBClusterIdentifier`. DbClusterIdentifier *string `json:"dbClusterIdentifier"` // `AWS::DocDB::DBInstance.DBInstanceClass`. DbInstanceClass *string `json:"dbInstanceClass"` // `AWS::DocDB::DBInstance.AutoMinorVersionUpgrade`. AutoMinorVersionUpgrade interface{} `json:"autoMinorVersionUpgrade"` // `AWS::DocDB::DBInstance.AvailabilityZone`. AvailabilityZone *string `json:"availabilityZone"` // `AWS::DocDB::DBInstance.DBInstanceIdentifier`. DbInstanceIdentifier *string `json:"dbInstanceIdentifier"` // `AWS::DocDB::DBInstance.PreferredMaintenanceWindow`. PreferredMaintenanceWindow *string `json:"preferredMaintenanceWindow"` // `AWS::DocDB::DBInstance.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` }
Properties for defining a `AWS::DocDB::DBInstance`.
type CfnDBSubnetGroup ¶
type CfnDBSubnetGroup interface { awscdk.CfnResource awscdk.IInspectable CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string DbSubnetGroupDescription() *string SetDbSubnetGroupDescription(val *string) DbSubnetGroupName() *string SetDbSubnetGroupName(val *string) LogicalId() *string Node() awscdk.ConstructNode Ref() *string Stack() awscdk.Stack SubnetIds() *[]*string SetSubnetIds(val *[]*string) Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string OverrideLogicalId(newLogicalId *string) Prepare() RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::DocDB::DBSubnetGroup`.
func NewCfnDBSubnetGroup ¶
func NewCfnDBSubnetGroup(scope awscdk.Construct, id *string, props *CfnDBSubnetGroupProps) CfnDBSubnetGroup
Create a new `AWS::DocDB::DBSubnetGroup`.
type CfnDBSubnetGroupProps ¶
type CfnDBSubnetGroupProps struct { // `AWS::DocDB::DBSubnetGroup.DBSubnetGroupDescription`. DbSubnetGroupDescription *string `json:"dbSubnetGroupDescription"` // `AWS::DocDB::DBSubnetGroup.SubnetIds`. SubnetIds *[]*string `json:"subnetIds"` // `AWS::DocDB::DBSubnetGroup.DBSubnetGroupName`. DbSubnetGroupName *string `json:"dbSubnetGroupName"` // `AWS::DocDB::DBSubnetGroup.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` }
Properties for defining a `AWS::DocDB::DBSubnetGroup`.
type ClusterParameterGroup ¶
type ClusterParameterGroup interface { awscdk.Resource IClusterParameterGroup Env() *awscdk.ResourceEnvironment Node() awscdk.ConstructNode ParameterGroupName() *string PhysicalName() *string Stack() awscdk.Stack ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string Prepare() Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string }
A cluster parameter group. Experimental.
func NewClusterParameterGroup ¶
func NewClusterParameterGroup(scope constructs.Construct, id *string, props *ClusterParameterGroupProps) ClusterParameterGroup
Experimental.
type ClusterParameterGroupProps ¶
type ClusterParameterGroupProps struct { // Database family of this parameter group. // Experimental. Family *string `json:"family"` // The parameters in this parameter group. // Experimental. Parameters *map[string]*string `json:"parameters"` // The name of the cluster parameter group. // Experimental. DbClusterParameterGroupName *string `json:"dbClusterParameterGroupName"` // Description for this parameter group. // Experimental. Description *string `json:"description"` }
Properties for a cluster parameter group. Experimental.
type DatabaseCluster ¶
type DatabaseCluster interface { awscdk.Resource IDatabaseCluster ClusterEndpoint() Endpoint ClusterIdentifier() *string ClusterReadEndpoint() Endpoint ClusterResourceIdentifier() *string Connections() awsec2.Connections Env() *awscdk.ResourceEnvironment InstanceEndpoints() *[]Endpoint InstanceIdentifiers() *[]*string Node() awscdk.ConstructNode PhysicalName() *string Secret() awssecretsmanager.ISecret SecurityGroupId() *string Stack() awscdk.Stack AddRotationMultiUser(id *string, options *RotationMultiUserOptions) awssecretsmanager.SecretRotation AddRotationSingleUser(automaticallyAfter awscdk.Duration) awssecretsmanager.SecretRotation AddSecurityGroups(securityGroups ...awsec2.ISecurityGroup) ApplyRemovalPolicy(policy awscdk.RemovalPolicy) AsSecretAttachmentTarget() *awssecretsmanager.SecretAttachmentTargetProps GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string Prepare() Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string }
Create a clustered database with a given number of instances. Experimental.
func NewDatabaseCluster ¶
func NewDatabaseCluster(scope constructs.Construct, id *string, props *DatabaseClusterProps) DatabaseCluster
Experimental.
type DatabaseClusterAttributes ¶
type DatabaseClusterAttributes struct { // Cluster endpoint address. // Experimental. ClusterEndpointAddress *string `json:"clusterEndpointAddress"` // Identifier for the cluster. // Experimental. ClusterIdentifier *string `json:"clusterIdentifier"` // Endpoint addresses of individual instances. // Experimental. InstanceEndpointAddresses *[]*string `json:"instanceEndpointAddresses"` // Identifier for the instances. // Experimental. InstanceIdentifiers *[]*string `json:"instanceIdentifiers"` // The database port. // Experimental. Port *float64 `json:"port"` // Reader endpoint address. // Experimental. ReaderEndpointAddress *string `json:"readerEndpointAddress"` // The security group of the database cluster. // Experimental. SecurityGroup awsec2.ISecurityGroup `json:"securityGroup"` }
Properties that describe an existing cluster instance. Experimental.
type DatabaseClusterProps ¶
type DatabaseClusterProps struct { // What type of instance to start for the replicas. // Experimental. InstanceType awsec2.InstanceType `json:"instanceType"` // Username and password for the administrative user. // Experimental. MasterUser *Login `json:"masterUser"` // What subnets to run the DocumentDB instances in. // // Must be at least 2 subnets in two different AZs. // Experimental. Vpc awsec2.IVpc `json:"vpc"` // Backup settings. // See: https://docs.aws.amazon.com/documentdb/latest/developerguide/backup-restore.db-cluster-snapshots.html#backup-restore.backup-window // // Experimental. Backup *BackupProps `json:"backup"` // An optional identifier for the cluster. // Experimental. DbClusterName *string `json:"dbClusterName"` // Specifies whether this cluster can be deleted. // // If deletionProtection is // enabled, the cluster cannot be deleted unless it is modified and // deletionProtection is disabled. deletionProtection protects clusters from // being accidentally deleted. // Experimental. DeletionProtection *bool `json:"deletionProtection"` // What version of the database to start. // Experimental. EngineVersion *string `json:"engineVersion"` // Base identifier for instances. // // Every replica is named by appending the replica number to this string, 1-based. // Experimental. InstanceIdentifierBase *string `json:"instanceIdentifierBase"` // Number of DocDB compute instances. // Experimental. Instances *float64 `json:"instances"` // The KMS key for storage encryption. // Experimental. KmsKey awskms.IKey `json:"kmsKey"` // The DB parameter group to associate with the instance. // Experimental. ParameterGroup IClusterParameterGroup `json:"parameterGroup"` // The port the DocumentDB cluster will listen on. // Experimental. Port *float64 `json:"port"` // A weekly time range in which maintenance should preferably execute. // // Must be at least 30 minutes long. // // Example: 'tue:04:17-tue:04:47' // See: https://docs.aws.amazon.com/documentdb/latest/developerguide/db-instance-maintain.html#maintenance-window // // Experimental. PreferredMaintenanceWindow *string `json:"preferredMaintenanceWindow"` // The removal policy to apply when the cluster and its instances are removed or replaced during a stack update, or when the stack is deleted. // // This // removal policy also applies to the implicit security group created for the // cluster if one is not supplied as a parameter. // Experimental. RemovalPolicy awscdk.RemovalPolicy `json:"removalPolicy"` // Security group. // Experimental. SecurityGroup awsec2.ISecurityGroup `json:"securityGroup"` // Whether to enable storage encryption. // Experimental. StorageEncrypted *bool `json:"storageEncrypted"` // Where to place the instances within the VPC. // Experimental. VpcSubnets *awsec2.SubnetSelection `json:"vpcSubnets"` }
Properties for a new database cluster. Experimental.
type DatabaseInstance ¶
type DatabaseInstance interface { awscdk.Resource IDatabaseInstance Cluster() IDatabaseCluster DbInstanceEndpointAddress() *string DbInstanceEndpointPort() *string Env() *awscdk.ResourceEnvironment InstanceArn() *string InstanceEndpoint() Endpoint InstanceIdentifier() *string Node() awscdk.ConstructNode PhysicalName() *string Stack() awscdk.Stack ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string Prepare() Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string }
A database instance. Experimental.
func NewDatabaseInstance ¶
func NewDatabaseInstance(scope constructs.Construct, id *string, props *DatabaseInstanceProps) DatabaseInstance
Experimental.
type DatabaseInstanceAttributes ¶
type DatabaseInstanceAttributes struct { // The endpoint address. // Experimental. InstanceEndpointAddress *string `json:"instanceEndpointAddress"` // The instance identifier. // Experimental. InstanceIdentifier *string `json:"instanceIdentifier"` // The database port. // Experimental. Port *float64 `json:"port"` }
Properties that describe an existing instance. Experimental.
type DatabaseInstanceProps ¶
type DatabaseInstanceProps struct { // The DocumentDB database cluster the instance should launch into. // Experimental. Cluster IDatabaseCluster `json:"cluster"` // The name of the compute and memory capacity classes. // Experimental. InstanceType awsec2.InstanceType `json:"instanceType"` // Indicates that minor engine upgrades are applied automatically to the DB instance during the maintenance window. // Experimental. AutoMinorVersionUpgrade *bool `json:"autoMinorVersionUpgrade"` // The name of the Availability Zone where the DB instance will be located. // Experimental. AvailabilityZone *string `json:"availabilityZone"` // A name for the DB instance. // // If you specify a name, AWS CloudFormation // converts it to lowercase. // Experimental. DbInstanceName *string `json:"dbInstanceName"` // The weekly time range (in UTC) during which system maintenance can occur. // // Format: `ddd:hh24:mi-ddd:hh24:mi` // Constraint: Minimum 30-minute window // Experimental. PreferredMaintenanceWindow *string `json:"preferredMaintenanceWindow"` // The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update. // Experimental. RemovalPolicy awscdk.RemovalPolicy `json:"removalPolicy"` }
Construction properties for a DatabaseInstanceNew. Experimental.
type DatabaseSecret ¶
type DatabaseSecret interface { awssecretsmanager.Secret ArnForPolicies() *string AutoCreatePolicy() *bool EncryptionKey() awskms.IKey Env() *awscdk.ResourceEnvironment Node() awscdk.ConstructNode PhysicalName() *string SecretArn() *string SecretFullArn() *string SecretName() *string SecretValue() awscdk.SecretValue Stack() awscdk.Stack AddReplicaRegion(region *string, encryptionKey awskms.IKey) AddRotationSchedule(id *string, options *awssecretsmanager.RotationScheduleOptions) awssecretsmanager.RotationSchedule AddTargetAttachment(id *string, options *awssecretsmanager.AttachedSecretOptions) awssecretsmanager.SecretTargetAttachment AddToResourcePolicy(statement awsiam.PolicyStatement) *awsiam.AddToResourcePolicyResult ApplyRemovalPolicy(policy awscdk.RemovalPolicy) Attach(target awssecretsmanager.ISecretAttachmentTarget) awssecretsmanager.ISecret DenyAccountRootDelete() GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string GrantRead(grantee awsiam.IGrantable, versionStages *[]*string) awsiam.Grant GrantWrite(grantee awsiam.IGrantable) awsiam.Grant OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string Prepare() SecretValueFromJson(jsonField *string) awscdk.SecretValue Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string }
A database secret. Experimental.
func NewDatabaseSecret ¶
func NewDatabaseSecret(scope constructs.Construct, id *string, props *DatabaseSecretProps) DatabaseSecret
Experimental.
type DatabaseSecretProps ¶
type DatabaseSecretProps struct { // The username. // Experimental. Username *string `json:"username"` // The KMS key to use to encrypt the secret. // Experimental. EncryptionKey awskms.IKey `json:"encryptionKey"` // The master secret which will be used to rotate this secret. // Experimental. MasterSecret awssecretsmanager.ISecret `json:"masterSecret"` // The physical name of the secret. // Experimental. SecretName *string `json:"secretName"` }
Construction properties for a DatabaseSecret. Experimental.
type Endpoint ¶
type Endpoint interface { Hostname() *string Port() *float64 SocketAddress() *string PortAsString() *string }
Connection endpoint of a database cluster or instance.
Consists of a combination of hostname and port. Experimental.
func NewEndpoint ¶
Constructs an Endpoint instance. Experimental.
type IClusterParameterGroup ¶
type IClusterParameterGroup interface { awscdk.IResource // The name of this parameter group. // Experimental. ParameterGroupName() *string }
A parameter group. Experimental.
func ClusterParameterGroup_FromParameterGroupName ¶
func ClusterParameterGroup_FromParameterGroupName(scope constructs.Construct, id *string, parameterGroupName *string) IClusterParameterGroup
Imports a parameter group. Experimental.
type IDatabaseCluster ¶
type IDatabaseCluster interface { awsec2.IConnectable awscdk.IResource awssecretsmanager.ISecretAttachmentTarget // The endpoint to use for read/write operations. // Experimental. ClusterEndpoint() Endpoint // Identifier of the cluster. // Experimental. ClusterIdentifier() *string // Endpoint to use for load-balanced read-only operations. // Experimental. ClusterReadEndpoint() Endpoint // Endpoints which address each individual replica. // Experimental. InstanceEndpoints() *[]Endpoint // Identifiers of the replicas. // Experimental. InstanceIdentifiers() *[]*string // The security group for this database cluster. // Experimental. SecurityGroupId() *string }
Create a clustered database with a given number of instances. Experimental.
func DatabaseCluster_FromDatabaseClusterAttributes ¶
func DatabaseCluster_FromDatabaseClusterAttributes(scope constructs.Construct, id *string, attrs *DatabaseClusterAttributes) IDatabaseCluster
Import an existing DatabaseCluster from properties. Experimental.
type IDatabaseInstance ¶
type IDatabaseInstance interface { awscdk.IResource // The instance endpoint address. // Experimental. DbInstanceEndpointAddress() *string // The instance endpoint port. // Experimental. DbInstanceEndpointPort() *string // The instance arn. // Experimental. InstanceArn() *string // The instance endpoint. // Experimental. InstanceEndpoint() Endpoint // The instance identifier. // Experimental. InstanceIdentifier() *string }
A database instance. Experimental.
func DatabaseInstance_FromDatabaseInstanceAttributes ¶
func DatabaseInstance_FromDatabaseInstanceAttributes(scope constructs.Construct, id *string, attrs *DatabaseInstanceAttributes) IDatabaseInstance
Import an existing database instance. Experimental.
type Login ¶
type Login struct { // Username. // Experimental. Username *string `json:"username"` // KMS encryption key to encrypt the generated secret. // Experimental. KmsKey awskms.IKey `json:"kmsKey"` // Password. // // Do not put passwords in your CDK code directly. // Experimental. Password awscdk.SecretValue `json:"password"` }
Login credentials for a database cluster. Experimental.
type RotationMultiUserOptions ¶
type RotationMultiUserOptions struct { // The secret to rotate. // // It must be a JSON string with the following format: // “` // { // "engine": <required: must be set to 'mongo'>, // "host": <required: instance host name>, // "username": <required: username>, // "password": <required: password>, // "dbname": <optional: database name>, // "port": <optional: if not specified, default port 27017 will be used>, // "masterarn": <required: the arn of the master secret which will be used to create users/change passwords> // "ssl": <optional: if not specified, defaults to false. This must be true if being used for DocumentDB rotations // where the cluster has TLS enabled> // } // “` // Experimental. Secret awssecretsmanager.ISecret `json:"secret"` // Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation. // Experimental. AutomaticallyAfter awscdk.Duration `json:"automaticallyAfter"` }
Options to add the multi user rotation. Experimental.