Expand description
A key for signing Cloud CDN signed URLs for BackendBuckets.
To get more information about BackendBucketSignedUrlKey, see:
- API documentation
- How-to Guides
§Example Usage
§Backend Bucket Signed Url Key
resources:
urlSignature:
type: random:RandomId
name: url_signature
properties:
byteLength: 16
backendKey:
type: gcp:compute:BackendBucketSignedUrlKey
name: backend_key
properties:
name: test-key
keyValue: ${urlSignature.b64Url}
backendBucket: ${testBackend.name}
testBackend:
type: gcp:compute:BackendBucket
name: test_backend
properties:
name: test-signed-backend-bucket
description: Contains beautiful images
bucketName: ${bucket.name}
enableCdn: true
bucket:
type: gcp:storage:Bucket
properties:
name: test-storage-bucket
location: EU
§Import
This resource does not support import.
Structs§
- Use builder syntax to set the inputs and finish with
build_struct()
.
Functions§
- Registers a new resource with the given unique name and arguments