Neptune Functions
object NeptuneFunctions
Functions
Link copied to clipboard
The AWS::Neptune::DBCluster resource creates an Amazon Neptune DB cluster.
suspend fun getDbCluster(argument: suspend GetDbClusterPlainArgsBuilder.() -> Unit): GetDbClusterResult
Link copied to clipboard
suspend fun getDbClusterParameterGroup(argument: GetDbClusterParameterGroupPlainArgs): GetDbClusterParameterGroupResult
The AWS::Neptune::DBClusterParameterGroup resource creates a new Amazon Neptune DB cluster parameter group
suspend fun getDbClusterParameterGroup(argument: suspend GetDbClusterParameterGroupPlainArgsBuilder.() -> Unit): GetDbClusterParameterGroupResult
Link copied to clipboard
AWS::Neptune::DBParameterGroup creates a new DB parameter group. This type can be declared in a template and referenced in the DBParameterGroupName parameter of AWS::Neptune::DBInstance
suspend fun getDbParameterGroup(argument: suspend GetDbParameterGroupPlainArgsBuilder.() -> Unit): GetDbParameterGroupResult
Link copied to clipboard
The AWS::Neptune::DBSubnetGroup type creates an Amazon Neptune DB subnet group. Subnet groups must contain at least two subnets in two different Availability Zones in the same AWS Region.
suspend fun getDbSubnetGroup(argument: suspend GetDbSubnetGroupPlainArgsBuilder.() -> Unit): GetDbSubnetGroupResult