storageLocation

@JvmName(name = "dlunycboslimgrgo")
suspend fun storageLocation(value: Output<BuildStorageLocationArgs>)
@JvmName(name = "ackknddpmjjagogs")
suspend fun storageLocation(value: BuildStorageLocationArgs?)

Parameters

value

Information indicating where your game build files are stored. Use this parameter only when creating a build with files stored in an Amazon S3 bucket that you own. The storage location must specify an Amazon S3 bucket name and key. The location must also specify a role ARN that you set up to allow Amazon GameLift to access your Amazon S3 bucket. The S3 bucket and your new build must be in the same Region.


@JvmName(name = "uphecjfkkdqttrjf")
suspend fun storageLocation(argument: suspend BuildStorageLocationArgsBuilder.() -> Unit)

Parameters

argument

Information indicating where your game build files are stored. Use this parameter only when creating a build with files stored in an Amazon S3 bucket that you own. The storage location must specify an Amazon S3 bucket name and key. The location must also specify a role ARN that you set up to allow Amazon GameLift to access your Amazon S3 bucket. The S3 bucket and your new build must be in the same Region.