Resourcefile

class Resourcefile : KotlinCustomResource

Creates a resource file. Specify the Content-Type as application/octet-stream or multipart/form-data. For more information about resource files, see Resource files. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val contentType: Output<String>

The HTTP Content-Type header value specifying the content type of the body.

Link copied to clipboard
val data: Output<String>

The HTTP request/response body as raw binary.

Link copied to clipboard
val environmentId: Output<String>
Link copied to clipboard
val extensions: Output<List<Map<String, String>>>

Application specific response metadata. Must be set in the first response for streaming APIs.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

Required. Name of the resource file. Must match the regular expression: a-zA-Z0-9:/\\!@#$%^&{}\[\]()+\-=,.~'` {1,255}

Link copied to clipboard
val organizationId: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Output<String>

Required. Resource file type. {{ resource_file_type }}

Link copied to clipboard
val urn: Output<String>