Attached Disk Initialize Params Args
fun AttachedDiskInitializeParamsArgs(architecture: Output<AttachedDiskInitializeParamsArchitecture>? = null, description: Output<String>? = null, diskName: Output<String>? = null, diskSizeGb: Output<String>? = null, diskType: Output<String>? = null, labels: Output<Map<String, String>>? = null, licenses: Output<List<String>>? = null, onUpdateAction: Output<AttachedDiskInitializeParamsOnUpdateAction>? = null, provisionedIops: Output<String>? = null, provisionedThroughput: Output<String>? = null, replicaZones: Output<List<String>>? = null, resourceManagerTags: Output<Map<String, String>>? = null, resourcePolicies: Output<List<String>>? = null, sourceImage: Output<String>? = null, sourceImageEncryptionKey: Output<CustomerEncryptionKeyArgs>? = null, sourceSnapshot: Output<String>? = null, sourceSnapshotEncryptionKey: Output<CustomerEncryptionKeyArgs>? = null)