Show / Hide Table of Contents

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_value will be stored in the raw state as plain-text.

Inheritance
System.Object
Resource
CustomResource
BackendServiceSignedUrlKey
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class BackendServiceSignedUrlKey : CustomResource

Constructors

View Source

BackendServiceSignedUrlKey(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 Source

BackendService

The backend service this signed URL key belongs.

Declaration
public Output<string> BackendService { get; }
Property Value
Type Description
Output<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 Output<string> KeyValue { get; }
Property Value
Type Description
Output<System.String>
View Source

Name

Name of the signed URL key.

Declaration
public Output<string> Name { get; }
Property Value
Type Description
Output<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 Output<string> Project { get; }
Property Value
Type Description
Output<System.String>

Methods

View Source

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