Package-level declarations
Types
Link copied to clipboard
data class AuthenticationModePropertiesArgs(val passwords: Output<List<String>>? = null, val type: Output<UserAuthenticationModePropertiesType>? = null) : ConvertibleToJava<AuthenticationModePropertiesArgs>
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
Builder for AuthenticationModePropertiesArgs.
Link copied to clipboard
data class ClusterEndpointArgs(val address: Output<String>? = null, val port: Output<Int>? = null) : ConvertibleToJava<ClusterEndpointArgs>
Link copied to clipboard
Builder for ClusterEndpointArgs.
Link copied to clipboard
Link copied to clipboard
class GetAclPlainArgsBuilder
Builder for GetAclPlainArgs.
Link copied to clipboard
Link copied to clipboard
Builder for GetClusterPlainArgs.
Link copied to clipboard
data class GetMultiRegionClusterPlainArgs(val multiRegionClusterName: String) : ConvertibleToJava<GetMultiRegionClusterPlainArgs>
Link copied to clipboard
Builder for GetMultiRegionClusterPlainArgs.
Link copied to clipboard
data class GetParameterGroupPlainArgs(val parameterGroupName: String) : ConvertibleToJava<GetParameterGroupPlainArgs>
Link copied to clipboard
Builder for GetParameterGroupPlainArgs.
Link copied to clipboard
data class GetSubnetGroupPlainArgs(val subnetGroupName: String) : ConvertibleToJava<GetSubnetGroupPlainArgs>
Link copied to clipboard
Builder for GetSubnetGroupPlainArgs.
Link copied to clipboard
Link copied to clipboard
class GetUserPlainArgsBuilder
Builder for GetUserPlainArgs.