Class BackendServiceSignedUrlKeyArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BackendServiceSignedUrlKeyArgs : ResourceArgs
Constructors
View SourceBackendServiceSignedUrlKeyArgs()
Declaration
public BackendServiceSignedUrlKeyArgs()
Properties
View SourceBackendService
The backend service this signed URL key belongs.
Declaration
public Input<string> BackendService { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> KeyValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the signed URL key.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |