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 CfnDBParameterGroup_CFN_RESOURCE_TYPE_NAME() *string
- func CfnDBParameterGroup_IsCfnElement(x interface{}) *bool
- func CfnDBParameterGroup_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnDBParameterGroup_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 constructs.IConstruct) *bool
- func DatabaseClusterBase_IsConstruct(x interface{}) *bool
- func DatabaseClusterBase_IsResource(construct constructs.IConstruct) *bool
- func DatabaseCluster_DEFAULT_NUM_INSTANCES() *float64
- func DatabaseCluster_IsConstruct(x interface{}) *bool
- func DatabaseCluster_IsResource(construct constructs.IConstruct) *bool
- func DatabaseInstance_IsConstruct(x interface{}) *bool
- func DatabaseInstance_IsResource(construct constructs.IConstruct) *bool
- func NewCfnDBClusterParameterGroup_Override(c CfnDBClusterParameterGroup, scope constructs.Construct, id *string, ...)
- func NewCfnDBCluster_Override(c CfnDBCluster, scope constructs.Construct, id *string, ...)
- func NewCfnDBInstance_Override(c CfnDBInstance, scope constructs.Construct, id *string, ...)
- func NewCfnDBParameterGroup_Override(c CfnDBParameterGroup, scope constructs.Construct, id *string, ...)
- func NewCfnDBSubnetGroup_Override(c CfnDBSubnetGroup, scope constructs.Construct, id *string, ...)
- func NewClusterParameterGroup_Override(c ClusterParameterGroup, scope constructs.Construct, id *string, ...)
- func NewDatabaseClusterBase_Override(d DatabaseClusterBase, 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 NewEndpoint_Override(e Endpoint, address *string, port *float64)
- func NewEngineVersion_Override(e EngineVersion, version *string)
- func NewParameterGroup_Override(p ParameterGroup, scope constructs.Construct, id *string, ...)
- func NewSubnetGroup_Override(s SubnetGroup, scope constructs.Construct, id *string, props *SubnetGroupProps)
- func ParameterGroup_IsConstruct(x interface{}) *bool
- func ParameterGroup_IsResource(construct constructs.IConstruct) *bool
- func SubnetGroup_IsConstruct(x interface{}) *bool
- func SubnetGroup_IsResource(construct constructs.IConstruct) *bool
- type CfnDBCluster
- type CfnDBClusterParameterGroup
- type CfnDBClusterParameterGroupProps
- type CfnDBClusterProps
- type CfnDBCluster_DBClusterRoleProperty
- type CfnDBInstance
- type CfnDBInstanceProps
- type CfnDBParameterGroup
- type CfnDBParameterGroupProps
- type CfnDBSubnetGroup
- type CfnDBSubnetGroupProps
- type ClusterParameterGroup
- type ClusterParameterGroupProps
- type DatabaseCluster
- type DatabaseClusterAttributes
- type DatabaseClusterBase
- type DatabaseClusterProps
- type DatabaseInstance
- type DatabaseInstanceAttributes
- type DatabaseInstanceProps
- type Endpoint
- type EngineVersion
- func EngineVersion_V1_0_1_0() EngineVersion
- func EngineVersion_V1_0_1_1() EngineVersion
- func EngineVersion_V1_0_1_2() EngineVersion
- func EngineVersion_V1_0_2_1() EngineVersion
- func EngineVersion_V1_0_2_2() EngineVersion
- func EngineVersion_V1_0_3_0() EngineVersion
- func EngineVersion_V1_0_4_0() EngineVersion
- func EngineVersion_V1_0_4_1() EngineVersion
- func NewEngineVersion(version *string) EngineVersion
- type IClusterParameterGroup
- type IDatabaseCluster
- type IDatabaseInstance
- type IParameterGroup
- type ISubnetGroup
- type InstanceType
- type ParameterGroup
- type ParameterGroupProps
- type SubnetGroup
- type SubnetGroupProps
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
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
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
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
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
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func CfnDBParameterGroup_CFN_RESOURCE_TYPE_NAME ¶
func CfnDBParameterGroup_CFN_RESOURCE_TYPE_NAME() *string
func CfnDBParameterGroup_IsCfnElement ¶
func CfnDBParameterGroup_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 CfnDBParameterGroup_IsCfnResource ¶
func CfnDBParameterGroup_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnDBParameterGroup_IsConstruct ¶
func CfnDBParameterGroup_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
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
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func ClusterParameterGroup_IsConstruct ¶
func ClusterParameterGroup_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func ClusterParameterGroup_IsResource ¶
func ClusterParameterGroup_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource. Experimental.
func DatabaseClusterBase_IsConstruct ¶
func DatabaseClusterBase_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func DatabaseClusterBase_IsResource ¶
func DatabaseClusterBase_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource. Experimental.
func DatabaseCluster_DEFAULT_NUM_INSTANCES ¶
func DatabaseCluster_DEFAULT_NUM_INSTANCES() *float64
func DatabaseCluster_IsConstruct ¶
func DatabaseCluster_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func DatabaseCluster_IsResource ¶
func DatabaseCluster_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource. Experimental.
func DatabaseInstance_IsConstruct ¶
func DatabaseInstance_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func DatabaseInstance_IsResource ¶
func DatabaseInstance_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource. Experimental.
func NewCfnDBClusterParameterGroup_Override ¶
func NewCfnDBClusterParameterGroup_Override(c CfnDBClusterParameterGroup, scope constructs.Construct, id *string, props *CfnDBClusterParameterGroupProps)
Create a new `AWS::Neptune::DBClusterParameterGroup`.
func NewCfnDBCluster_Override ¶
func NewCfnDBCluster_Override(c CfnDBCluster, scope constructs.Construct, id *string, props *CfnDBClusterProps)
Create a new `AWS::Neptune::DBCluster`.
func NewCfnDBInstance_Override ¶
func NewCfnDBInstance_Override(c CfnDBInstance, scope constructs.Construct, id *string, props *CfnDBInstanceProps)
Create a new `AWS::Neptune::DBInstance`.
func NewCfnDBParameterGroup_Override ¶
func NewCfnDBParameterGroup_Override(c CfnDBParameterGroup, scope constructs.Construct, id *string, props *CfnDBParameterGroupProps)
Create a new `AWS::Neptune::DBParameterGroup`.
func NewCfnDBSubnetGroup_Override ¶
func NewCfnDBSubnetGroup_Override(c CfnDBSubnetGroup, scope constructs.Construct, id *string, props *CfnDBSubnetGroupProps)
Create a new `AWS::Neptune::DBSubnetGroup`.
func NewClusterParameterGroup_Override ¶
func NewClusterParameterGroup_Override(c ClusterParameterGroup, scope constructs.Construct, id *string, props *ClusterParameterGroupProps)
Experimental.
func NewDatabaseClusterBase_Override ¶
func NewDatabaseClusterBase_Override(d DatabaseClusterBase, scope constructs.Construct, id *string, props *awscdk.ResourceProps)
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 NewEndpoint_Override ¶
Experimental.
func NewEngineVersion_Override ¶
func NewEngineVersion_Override(e EngineVersion, version *string)
Constructor for specifying a custom engine version. Experimental.
func NewParameterGroup_Override ¶
func NewParameterGroup_Override(p ParameterGroup, scope constructs.Construct, id *string, props *ParameterGroupProps)
Experimental.
func NewSubnetGroup_Override ¶
func NewSubnetGroup_Override(s SubnetGroup, scope constructs.Construct, id *string, props *SubnetGroupProps)
Experimental.
func ParameterGroup_IsConstruct ¶
func ParameterGroup_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func ParameterGroup_IsResource ¶
func ParameterGroup_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource. Experimental.
func SubnetGroup_IsConstruct ¶
func SubnetGroup_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func SubnetGroup_IsResource ¶
func SubnetGroup_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource. Experimental.
Types ¶
type CfnDBCluster ¶
type CfnDBCluster interface { awscdk.CfnResource awscdk.IInspectable AssociatedRoles() interface{} SetAssociatedRoles(val interface{}) 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) IamAuthEnabled() interface{} SetIamAuthEnabled(val interface{}) KmsKeyId() *string SetKmsKeyId(val *string) LogicalId() *string Node() constructs.Node Port() *float64 SetPort(val *float64) PreferredBackupWindow() *string SetPreferredBackupWindow(val *string) PreferredMaintenanceWindow() *string SetPreferredMaintenanceWindow(val *string) Ref() *string RestoreToTime() *string SetRestoreToTime(val *string) RestoreType() *string SetRestoreType(val *string) SnapshotIdentifier() *string SetSnapshotIdentifier(val *string) SourceDbClusterIdentifier() *string SetSourceDbClusterIdentifier(val *string) Stack() awscdk.Stack StorageEncrypted() interface{} SetStorageEncrypted(val interface{}) Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} UseLatestRestorableTime() interface{} SetUseLatestRestorableTime(val 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) OverrideLogicalId(newLogicalId *string) RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool ToString() *string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::Neptune::DBCluster`.
func NewCfnDBCluster ¶
func NewCfnDBCluster(scope constructs.Construct, id *string, props *CfnDBClusterProps) CfnDBCluster
Create a new `AWS::Neptune::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() constructs.Node 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) OverrideLogicalId(newLogicalId *string) RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool ToString() *string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::Neptune::DBClusterParameterGroup`.
func NewCfnDBClusterParameterGroup ¶
func NewCfnDBClusterParameterGroup(scope constructs.Construct, id *string, props *CfnDBClusterParameterGroupProps) CfnDBClusterParameterGroup
Create a new `AWS::Neptune::DBClusterParameterGroup`.
type CfnDBClusterParameterGroupProps ¶
type CfnDBClusterParameterGroupProps struct { // `AWS::Neptune::DBClusterParameterGroup.Description`. Description *string `json:"description"` // `AWS::Neptune::DBClusterParameterGroup.Family`. Family *string `json:"family"` // `AWS::Neptune::DBClusterParameterGroup.Parameters`. Parameters interface{} `json:"parameters"` // `AWS::Neptune::DBClusterParameterGroup.Name`. Name *string `json:"name"` // `AWS::Neptune::DBClusterParameterGroup.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` }
Properties for defining a `AWS::Neptune::DBClusterParameterGroup`.
type CfnDBClusterProps ¶
type CfnDBClusterProps struct { // `AWS::Neptune::DBCluster.AssociatedRoles`. AssociatedRoles interface{} `json:"associatedRoles"` // `AWS::Neptune::DBCluster.AvailabilityZones`. AvailabilityZones *[]*string `json:"availabilityZones"` // `AWS::Neptune::DBCluster.BackupRetentionPeriod`. BackupRetentionPeriod *float64 `json:"backupRetentionPeriod"` // `AWS::Neptune::DBCluster.DBClusterIdentifier`. DbClusterIdentifier *string `json:"dbClusterIdentifier"` // `AWS::Neptune::DBCluster.DBClusterParameterGroupName`. DbClusterParameterGroupName *string `json:"dbClusterParameterGroupName"` // `AWS::Neptune::DBCluster.DBSubnetGroupName`. DbSubnetGroupName *string `json:"dbSubnetGroupName"` // `AWS::Neptune::DBCluster.DeletionProtection`. DeletionProtection interface{} `json:"deletionProtection"` // `AWS::Neptune::DBCluster.EnableCloudwatchLogsExports`. EnableCloudwatchLogsExports *[]*string `json:"enableCloudwatchLogsExports"` // `AWS::Neptune::DBCluster.EngineVersion`. EngineVersion *string `json:"engineVersion"` // `AWS::Neptune::DBCluster.IamAuthEnabled`. IamAuthEnabled interface{} `json:"iamAuthEnabled"` // `AWS::Neptune::DBCluster.KmsKeyId`. KmsKeyId *string `json:"kmsKeyId"` // `AWS::Neptune::DBCluster.Port`. Port *float64 `json:"port"` // `AWS::Neptune::DBCluster.PreferredBackupWindow`. PreferredBackupWindow *string `json:"preferredBackupWindow"` // `AWS::Neptune::DBCluster.PreferredMaintenanceWindow`. PreferredMaintenanceWindow *string `json:"preferredMaintenanceWindow"` // `AWS::Neptune::DBCluster.RestoreToTime`. RestoreToTime *string `json:"restoreToTime"` // `AWS::Neptune::DBCluster.RestoreType`. RestoreType *string `json:"restoreType"` // `AWS::Neptune::DBCluster.SnapshotIdentifier`. SnapshotIdentifier *string `json:"snapshotIdentifier"` // `AWS::Neptune::DBCluster.SourceDBClusterIdentifier`. SourceDbClusterIdentifier *string `json:"sourceDbClusterIdentifier"` // `AWS::Neptune::DBCluster.StorageEncrypted`. StorageEncrypted interface{} `json:"storageEncrypted"` // `AWS::Neptune::DBCluster.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` // `AWS::Neptune::DBCluster.UseLatestRestorableTime`. UseLatestRestorableTime interface{} `json:"useLatestRestorableTime"` // `AWS::Neptune::DBCluster.VpcSecurityGroupIds`. VpcSecurityGroupIds *[]*string `json:"vpcSecurityGroupIds"` }
Properties for defining a `AWS::Neptune::DBCluster`.
type CfnDBInstance ¶
type CfnDBInstance interface { awscdk.CfnResource awscdk.IInspectable AllowMajorVersionUpgrade() interface{} SetAllowMajorVersionUpgrade(val interface{}) 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) DbParameterGroupName() *string SetDbParameterGroupName(val *string) DbSnapshotIdentifier() *string SetDbSnapshotIdentifier(val *string) DbSubnetGroupName() *string SetDbSubnetGroupName(val *string) LogicalId() *string Node() constructs.Node 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) OverrideLogicalId(newLogicalId *string) RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool ToString() *string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::Neptune::DBInstance`.
func NewCfnDBInstance ¶
func NewCfnDBInstance(scope constructs.Construct, id *string, props *CfnDBInstanceProps) CfnDBInstance
Create a new `AWS::Neptune::DBInstance`.
type CfnDBInstanceProps ¶
type CfnDBInstanceProps struct { // `AWS::Neptune::DBInstance.DBInstanceClass`. DbInstanceClass *string `json:"dbInstanceClass"` // `AWS::Neptune::DBInstance.AllowMajorVersionUpgrade`. AllowMajorVersionUpgrade interface{} `json:"allowMajorVersionUpgrade"` // `AWS::Neptune::DBInstance.AutoMinorVersionUpgrade`. AutoMinorVersionUpgrade interface{} `json:"autoMinorVersionUpgrade"` // `AWS::Neptune::DBInstance.AvailabilityZone`. AvailabilityZone *string `json:"availabilityZone"` // `AWS::Neptune::DBInstance.DBClusterIdentifier`. DbClusterIdentifier *string `json:"dbClusterIdentifier"` // `AWS::Neptune::DBInstance.DBInstanceIdentifier`. DbInstanceIdentifier *string `json:"dbInstanceIdentifier"` // `AWS::Neptune::DBInstance.DBParameterGroupName`. DbParameterGroupName *string `json:"dbParameterGroupName"` // `AWS::Neptune::DBInstance.DBSnapshotIdentifier`. DbSnapshotIdentifier *string `json:"dbSnapshotIdentifier"` // `AWS::Neptune::DBInstance.DBSubnetGroupName`. DbSubnetGroupName *string `json:"dbSubnetGroupName"` // `AWS::Neptune::DBInstance.PreferredMaintenanceWindow`. PreferredMaintenanceWindow *string `json:"preferredMaintenanceWindow"` // `AWS::Neptune::DBInstance.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` }
Properties for defining a `AWS::Neptune::DBInstance`.
type CfnDBParameterGroup ¶
type CfnDBParameterGroup 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() constructs.Node 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) OverrideLogicalId(newLogicalId *string) RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool ToString() *string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::Neptune::DBParameterGroup`.
func NewCfnDBParameterGroup ¶
func NewCfnDBParameterGroup(scope constructs.Construct, id *string, props *CfnDBParameterGroupProps) CfnDBParameterGroup
Create a new `AWS::Neptune::DBParameterGroup`.
type CfnDBParameterGroupProps ¶
type CfnDBParameterGroupProps struct { // `AWS::Neptune::DBParameterGroup.Description`. Description *string `json:"description"` // `AWS::Neptune::DBParameterGroup.Family`. Family *string `json:"family"` // `AWS::Neptune::DBParameterGroup.Parameters`. Parameters interface{} `json:"parameters"` // `AWS::Neptune::DBParameterGroup.Name`. Name *string `json:"name"` // `AWS::Neptune::DBParameterGroup.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` }
Properties for defining a `AWS::Neptune::DBParameterGroup`.
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() constructs.Node 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) OverrideLogicalId(newLogicalId *string) RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool ToString() *string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::Neptune::DBSubnetGroup`.
func NewCfnDBSubnetGroup ¶
func NewCfnDBSubnetGroup(scope constructs.Construct, id *string, props *CfnDBSubnetGroupProps) CfnDBSubnetGroup
Create a new `AWS::Neptune::DBSubnetGroup`.
type CfnDBSubnetGroupProps ¶
type CfnDBSubnetGroupProps struct { // `AWS::Neptune::DBSubnetGroup.DBSubnetGroupDescription`. DbSubnetGroupDescription *string `json:"dbSubnetGroupDescription"` // `AWS::Neptune::DBSubnetGroup.SubnetIds`. SubnetIds *[]*string `json:"subnetIds"` // `AWS::Neptune::DBSubnetGroup.DBSubnetGroupName`. DbSubnetGroupName *string `json:"dbSubnetGroupName"` // `AWS::Neptune::DBSubnetGroup.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` }
Properties for defining a `AWS::Neptune::DBSubnetGroup`.
type ClusterParameterGroup ¶
type ClusterParameterGroup interface { awscdk.Resource IClusterParameterGroup ClusterParameterGroupName() *string Env() *awscdk.ResourceEnvironment Node() constructs.Node PhysicalName() *string Stack() awscdk.Stack ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string ToString() *string }
A cluster parameter group. Experimental.
func NewClusterParameterGroup ¶
func NewClusterParameterGroup(scope constructs.Construct, id *string, props *ClusterParameterGroupProps) ClusterParameterGroup
Experimental.
type ClusterParameterGroupProps ¶
type ClusterParameterGroupProps struct { // The parameters in this parameter group. // Experimental. Parameters *map[string]*string `json:"parameters"` // The name of the parameter group. // Experimental. ClusterParameterGroupName *string `json:"clusterParameterGroupName"` // Description for this parameter group. // Experimental. Description *string `json:"description"` }
Marker class for cluster parameter group. Experimental.
type DatabaseCluster ¶
type DatabaseCluster interface { DatabaseClusterBase IDatabaseCluster ClusterEndpoint() Endpoint ClusterIdentifier() *string ClusterReadEndpoint() Endpoint ClusterResourceIdentifier() *string Connections() awsec2.Connections EnableIamAuthentication() *bool SetEnableIamAuthentication(val *bool) Env() *awscdk.ResourceEnvironment InstanceEndpoints() *[]Endpoint InstanceIdentifiers() *[]*string Node() constructs.Node PhysicalName() *string Stack() awscdk.Stack SubnetGroup() ISubnetGroup Vpc() awsec2.IVpc VpcSubnets() *awsec2.SubnetSelection ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string GrantConnect(grantee awsiam.IGrantable) awsiam.Grant ToString() *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"` // Resource Identifier for the cluster. // Experimental. ClusterResourceIdentifier *string `json:"clusterResourceIdentifier"` // 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 DatabaseClusterBase ¶
type DatabaseClusterBase interface { awscdk.Resource IDatabaseCluster ClusterEndpoint() Endpoint ClusterIdentifier() *string ClusterReadEndpoint() Endpoint ClusterResourceIdentifier() *string Connections() awsec2.Connections EnableIamAuthentication() *bool SetEnableIamAuthentication(val *bool) Env() *awscdk.ResourceEnvironment Node() constructs.Node PhysicalName() *string Stack() awscdk.Stack ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string GrantConnect(grantee awsiam.IGrantable) awsiam.Grant ToString() *string }
A new or imported database cluster. Experimental.
type DatabaseClusterProps ¶
type DatabaseClusterProps struct { // What type of instance to start for the replicas. // Experimental. InstanceType InstanceType `json:"instanceType"` // What subnets to run the Neptune instances in. // // Must be at least 2 subnets in two different AZs. // Experimental. Vpc awsec2.IVpc `json:"vpc"` // A list of AWS Identity and Access Management (IAM) role that can be used by the cluster to access other AWS services. // Experimental. AssociatedRoles *[]awsiam.IRole `json:"associatedRoles"` // How many days to retain the backup. // Experimental. BackupRetention awscdk.Duration `json:"backupRetention"` // Additional parameters to pass to the database engine. // Experimental. ClusterParameterGroup IClusterParameterGroup `json:"clusterParameterGroup"` // An optional identifier for the cluster. // Experimental. DbClusterName *string `json:"dbClusterName"` // Indicates whether the DB cluster should have deletion protection enabled. // Experimental. DeletionProtection *bool `json:"deletionProtection"` // What version of the database to start. // Experimental. EngineVersion EngineVersion `json:"engineVersion"` // Map AWS Identity and Access Management (IAM) accounts to database accounts. // Experimental. IamAuthentication *bool `json:"iamAuthentication"` // 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 Neptune 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 IParameterGroup `json:"parameterGroup"` // The port the Neptune cluster will listen on. // Experimental. Port *float64 `json:"port"` // 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. PreferredBackupWindow *string `json:"preferredBackupWindow"` // A weekly time range in which maintenance should preferably execute. // // Must be at least 30 minutes long. // // Example: 'tue:04:17-tue:04:47' // 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. SecurityGroups *[]awsec2.ISecurityGroup `json:"securityGroups"` // Whether to enable storage encryption. // Experimental. StorageEncrypted *bool `json:"storageEncrypted"` // Existing subnet group for the cluster. // Experimental. SubnetGroup ISubnetGroup `json:"subnetGroup"` // 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 InstanceEndpoint() Endpoint InstanceIdentifier() *string Node() constructs.Node PhysicalName() *string Stack() awscdk.Stack ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string ToString() *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 Neptune database cluster the instance should launch into. // Experimental. Cluster IDatabaseCluster `json:"cluster"` // What type of instance to start for the replicas. // Experimental. InstanceType InstanceType `json:"instanceType"` // 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 DB parameter group to associate with the instance. // Experimental. ParameterGroup IParameterGroup `json:"parameterGroup"` // 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 Endpoint ¶
Connection endpoint of a neptune cluster or instance.
Consists of a combination of hostname and port. Experimental.
type EngineVersion ¶
type EngineVersion interface {
Version() *string
}
Possible Instances Types to use in Neptune cluster used for defining {@link DatabaseClusterProps.engineVersion}. Experimental.
func EngineVersion_V1_0_1_0 ¶
func EngineVersion_V1_0_1_0() EngineVersion
func EngineVersion_V1_0_1_1 ¶
func EngineVersion_V1_0_1_1() EngineVersion
func EngineVersion_V1_0_1_2 ¶
func EngineVersion_V1_0_1_2() EngineVersion
func EngineVersion_V1_0_2_1 ¶
func EngineVersion_V1_0_2_1() EngineVersion
func EngineVersion_V1_0_2_2 ¶
func EngineVersion_V1_0_2_2() EngineVersion
func EngineVersion_V1_0_3_0 ¶
func EngineVersion_V1_0_3_0() EngineVersion
func EngineVersion_V1_0_4_0 ¶
func EngineVersion_V1_0_4_0() EngineVersion
func EngineVersion_V1_0_4_1 ¶
func EngineVersion_V1_0_4_1() EngineVersion
func NewEngineVersion ¶
func NewEngineVersion(version *string) EngineVersion
Constructor for specifying a custom engine version. Experimental.
type IClusterParameterGroup ¶
type IClusterParameterGroup interface { awscdk.IResource // The name of this parameter group. // Experimental. ClusterParameterGroupName() *string }
A parameter group. Experimental.
func ClusterParameterGroup_FromClusterParameterGroupName ¶
func ClusterParameterGroup_FromClusterParameterGroupName(scope constructs.Construct, id *string, clusterParameterGroupName *string) IClusterParameterGroup
Imports a parameter group. Experimental.
type IDatabaseCluster ¶
type IDatabaseCluster interface { awsec2.IConnectable awscdk.IResource // Grant the given identity connection access to the database. // Experimental. GrantConnect(grantee awsiam.IGrantable) awsiam.Grant // 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 // Resource identifier of the cluster. // Experimental. ClusterResourceIdentifier() *string }
Create a clustered database with a given number of instances. Experimental.
func DatabaseClusterBase_FromDatabaseClusterAttributes ¶
func DatabaseClusterBase_FromDatabaseClusterAttributes(scope constructs.Construct, id *string, attrs *DatabaseClusterAttributes) IDatabaseCluster
Import an existing DatabaseCluster from properties. 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 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 IParameterGroup ¶
type IParameterGroup interface { awscdk.IResource // The name of this parameter group. // Experimental. ParameterGroupName() *string }
A parameter group. Experimental.
func ParameterGroup_FromParameterGroupName ¶
func ParameterGroup_FromParameterGroupName(scope constructs.Construct, id *string, parameterGroupName *string) IParameterGroup
Imports a parameter group. Experimental.
type ISubnetGroup ¶
type ISubnetGroup interface { awscdk.IResource // The name of the subnet group. // Experimental. SubnetGroupName() *string }
Interface for a subnet group. Experimental.
func SubnetGroup_FromSubnetGroupName ¶
func SubnetGroup_FromSubnetGroupName(scope constructs.Construct, id *string, subnetGroupName *string) ISubnetGroup
Imports an existing subnet group by name. Experimental.
type InstanceType ¶
type InstanceType string
Possible Instances Types to use in Neptune cluster used for defining {@link DatabaseInstanceProps.instanceType}. Experimental.
const ( InstanceType_R5_LARGE InstanceType = "R5_LARGE" InstanceType_R5_XLARGE InstanceType = "R5_XLARGE" InstanceType_R5_2XLARGE InstanceType = "R5_2XLARGE" InstanceType_R5_4XLARGE InstanceType = "R5_4XLARGE" InstanceType_R5_8XLARGE InstanceType = "R5_8XLARGE" InstanceType_R5_12XLARGE InstanceType = "R5_12XLARGE" InstanceType_R5_24XLARGE InstanceType = "R5_24XLARGE" InstanceType_R4_LARGE InstanceType = "R4_LARGE" InstanceType_R4_XLARGE InstanceType = "R4_XLARGE" InstanceType_R4_2XLARGE InstanceType = "R4_2XLARGE" InstanceType_R4_4XLARGE InstanceType = "R4_4XLARGE" InstanceType_R4_8XLARGE InstanceType = "R4_8XLARGE" InstanceType_T3_MEDIUM InstanceType = "T3_MEDIUM" )
type ParameterGroup ¶
type ParameterGroup interface { awscdk.Resource IParameterGroup Env() *awscdk.ResourceEnvironment Node() constructs.Node ParameterGroupName() *string PhysicalName() *string Stack() awscdk.Stack ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string ToString() *string }
DB parameter group. Experimental.
func NewParameterGroup ¶
func NewParameterGroup(scope constructs.Construct, id *string, props *ParameterGroupProps) ParameterGroup
Experimental.
type ParameterGroupProps ¶
type ParameterGroupProps struct { // The parameters in this parameter group. // Experimental. Parameters *map[string]*string `json:"parameters"` // Description for this parameter group. // Experimental. Description *string `json:"description"` // The name of the parameter group. // Experimental. ParameterGroupName *string `json:"parameterGroupName"` }
Marker class for cluster parameter group. Experimental.
type SubnetGroup ¶
type SubnetGroup interface { awscdk.Resource ISubnetGroup Env() *awscdk.ResourceEnvironment Node() constructs.Node PhysicalName() *string Stack() awscdk.Stack SubnetGroupName() *string ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string ToString() *string }
Class for creating a RDS DB subnet group. Experimental.
func NewSubnetGroup ¶
func NewSubnetGroup(scope constructs.Construct, id *string, props *SubnetGroupProps) SubnetGroup
Experimental.
type SubnetGroupProps ¶
type SubnetGroupProps struct { // The VPC to place the subnet group in. // Experimental. Vpc awsec2.IVpc `json:"vpc"` // Description of the subnet group. // Experimental. Description *string `json:"description"` // The removal policy to apply when the subnet group are removed from the stack or replaced during an update. // Experimental. RemovalPolicy awscdk.RemovalPolicy `json:"removalPolicy"` // The name of the subnet group. // Experimental. SubnetGroupName *string `json:"subnetGroupName"` // Which subnets within the VPC to associate with this group. // Experimental. VpcSubnets *awsec2.SubnetSelection `json:"vpcSubnets"` }
Properties for creating a SubnetGroup. Experimental.