Kafka Cluster Storage Account Args
data class KafkaClusterStorageAccountArgs(val isDefault: Output<Boolean>, val storageAccountKey: Output<String>, val storageContainerId: Output<String>, val storageResourceId: Output<String>? = null) : ConvertibleToJava<KafkaClusterStorageAccountArgs>
Properties
Link copied to clipboard
The Access Key which should be used to connect to the Storage Account. Changing this forces a new resource to be created.
Link copied to clipboard
The ID of the Storage Container. Changing this forces a new resource to be created.
Link copied to clipboard
The ID of the Storage Account. Changing this forces a new resource to be created.