Dax Cluster Properties Args
data class DaxClusterPropertiesArgs(val arn: Output<String>? = null, val awsAccountId: Output<String>? = null, val awsProperties: Output<AwsDaxClusterPropertiesArgs>? = null, val awsRegion: Output<String>? = null, val awsSourceSchema: Output<String>? = null, val awsTags: Output<Map<String, String>>? = null, val publicCloudConnectorsResourceId: Output<String>? = null, val publicCloudResourceName: Output<String>? = null) : ConvertibleToJava<DaxClusterPropertiesArgs>
Definition of DaxCluster
Constructors
Link copied to clipboard
constructor(arn: Output<String>? = null, awsAccountId: Output<String>? = null, awsProperties: Output<AwsDaxClusterPropertiesArgs>? = null, awsRegion: Output<String>? = null, awsSourceSchema: Output<String>? = null, awsTags: Output<Map<String, String>>? = null, publicCloudConnectorsResourceId: Output<String>? = null, publicCloudResourceName: Output<String>? = null)