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
data class ClusterEndpointArgs(val address: Output<String>? = null, val port: Output<Int>? = null) : ConvertibleToJava<ClusterEndpointArgs>
Link copied to clipboard
data class GetAclPlainArgs(val aclName: String) : ConvertibleToJava<GetAclPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetClusterPlainArgs(val clusterName: String) : ConvertibleToJava<GetClusterPlainArgs>
Link copied to clipboard
data class GetMultiRegionClusterPlainArgs(val multiRegionClusterName: String) : ConvertibleToJava<GetMultiRegionClusterPlainArgs>
Link copied to clipboard
data class GetParameterGroupPlainArgs(val parameterGroupName: String) : ConvertibleToJava<GetParameterGroupPlainArgs>
Link copied to clipboard
data class GetSubnetGroupPlainArgs(val subnetGroupName: String) : ConvertibleToJava<GetSubnetGroupPlainArgs>
Link copied to clipboard
data class GetUserPlainArgs(val userName: String) : ConvertibleToJava<GetUserPlainArgs>
Link copied to clipboard