Package-level declarations

Types

Link copied to clipboard
data class AuthenticationModeProperties(val passwords: List<String>? = null, val type: UserAuthenticationModePropertiesType? = null)

Denotes whether the user requires a password to authenticate. Example: mynewdbuser: Type: AWS::MemoryDB::User Properties: AccessString: on ~* &* +@all AuthenticationMode: Passwords: '1234567890123456' Type: password UserName: mynewdbuser AuthenticationMode: { "Passwords": ["1234567890123456"], "Type": "Password" }

Link copied to clipboard
data class ClusterEndpoint(val address: String? = null, val port: Int? = null)
Link copied to clipboard
data class GetAclResult(val arn: String? = null, val status: String? = null, val tags: List<Tag>? = null, val userNames: List<String>? = null)
Link copied to clipboard
data class GetClusterResult(val aclName: String? = null, val arn: String? = null, val autoMinorVersionUpgrade: Boolean? = null, val clusterEndpoint: ClusterEndpoint? = null, val description: String? = null, val engine: String? = null, val engineVersion: String? = null, val ipDiscovery: ClusterSupportedIpDiscoveryTypes? = null, val maintenanceWindow: String? = null, val nodeType: String? = null, val numReplicasPerShard: Int? = null, val numShards: Int? = null, val parameterGroupName: String? = null, val parameterGroupStatus: String? = null, val securityGroupIds: List<String>? = null, val snapshotRetentionLimit: Int? = null, val snapshotWindow: String? = null, val snsTopicArn: String? = null, val snsTopicStatus: String? = null, val status: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
data class GetMultiRegionClusterResult(val arn: String? = null, val description: String? = null, val engine: String? = null, val multiRegionClusterName: String? = null, val nodeType: String? = null, val numShards: Int? = null, val status: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
data class GetParameterGroupResult(val arn: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
data class GetSubnetGroupResult(val arn: String? = null, val description: String? = null, val subnetIds: List<String>? = null, val supportedNetworkTypes: List<String>? = null, val tags: List<Tag>? = null)
Link copied to clipboard
data class GetUserResult(val arn: String? = null, val status: String? = null, val tags: List<Tag>? = null)