Package-level declarations
Types
Link copied to clipboard
data class AuthenticationModeProperties(val passwords: List<String>? = null, val type: UserAuthenticationModePropertiesType? = null)
Link copied to clipboard
Link copied to clipboard
A key-value pair to associate with a resource.
Link copied to clipboard
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 engineVersion: String? = 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<ClusterTag>? = null)
Link copied to clipboard
data class GetParameterGroupResult(val arn: String? = null, val tags: List<ParameterGroupTag>? = null)
Link copied to clipboard
data class GetSubnetGroupResult(val arn: String? = null, val description: String? = null, val subnetIds: List<String>? = null, val tags: List<SubnetGroupTag>? = null)
Link copied to clipboard
data class GetUserResult(val arn: String? = null, val status: String? = null, val tags: List<UserTag>? = null)
Link copied to clipboard
A key-value pair to associate with a resource.
Link copied to clipboard
A key-value pair to associate with a resource.