Show / Hide Table of Contents

Class BackendServiceSignedUrlKeyState

Inheritance
System.Object
InputArgs
ResourceArgs
BackendServiceSignedUrlKeyState
Inherited Members
ResourceArgs.Empty
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 BackendServiceSignedUrlKeyState : ResourceArgs

Constructors

View Source

BackendServiceSignedUrlKeyState()

Declaration
public BackendServiceSignedUrlKeyState()

Properties

View Source

BackendService

The backend service this signed URL key belongs.

Declaration
public Input<string> BackendService { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Name

Name of the signed URL key.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.