Target Region Args
data class TargetRegionArgs(val encryption: Output<EncryptionImagesArgs>? = null, val excludeFromLatest: Output<Boolean>? = null, val name: Output<String>, val regionalReplicaCount: Output<Int>? = null, val storageAccountType: Output<Either<String, StorageAccountType>>? = null) : ConvertibleToJava<TargetRegionArgs>
Describes the target region information.
Constructors
Link copied to clipboard
fun TargetRegionArgs(encryption: Output<EncryptionImagesArgs>? = null, excludeFromLatest: Output<Boolean>? = null, name: Output<String>, regionalReplicaCount: Output<Int>? = null, storageAccountType: Output<Either<String, StorageAccountType>>? = null)