Class BackendServiceSignedUrlKey
A key for signing Cloud CDN signed URLs for Backend Services.
To get more information about BackendServiceSignedUrlKey, see:
- API documentation
- How-to Guides
- Using Signed URLs
Warning: All arguments including
key_valuewill be stored in the raw state as plain-text.
Inherited Members
Namespace: Pulumi.Gcp.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public class BackendServiceSignedUrlKey : CustomResource
Constructors
View SourceBackendServiceSignedUrlKey(String, BackendServiceSignedUrlKeyArgs, CustomResourceOptions)
Create a BackendServiceSignedUrlKey resource with the given unique name, arguments, and options.
Declaration
public BackendServiceSignedUrlKey(string name, BackendServiceSignedUrlKeyArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| BackendServiceSignedUrlKeyArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceBackendService
The backend service this signed URL key belongs.
Declaration
public Output<string> BackendService { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
KeyValue
128-bit key value used for signing the URL. The key value must be a valid RFC 4648 Section 5 base64url encoded string. Note: This property is sensitive and will not be displayed in the plan.
Declaration
public Output<string> KeyValue { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Name
Name of the signed URL key.
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Output<string> Project { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, BackendServiceSignedUrlKeyState, CustomResourceOptions)
Get an existing BackendServiceSignedUrlKey resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static BackendServiceSignedUrlKey Get(string name, Input<string> id, BackendServiceSignedUrlKeyState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| BackendServiceSignedUrlKeyState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| BackendServiceSignedUrlKey |