AppProfile

class AppProfile : KotlinCustomResource

Creates an app profile within an instance.

Properties

Link copied to clipboard
val appProfileId: Output<String>

Required. The ID to be used when referring to the new app profile within its instance, e.g., just myprofile rather than projects/myproject/instances/myinstance/appProfiles/myprofile.

Link copied to clipboard
val description: Output<String>

Long form description of the use case for this AppProfile.

Link copied to clipboard
val etag: Output<String>

Strongly validated etag for optimistic concurrency control. Preserve the value returned from GetAppProfile when calling UpdateAppProfile to fail the request if there has been a modification in the mean time. The update_mask of the request need not include etag for this protection to apply. See Wikipedia and RFC 7232 for more details.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val ignoreWarnings: Output<Boolean>?

If true, ignore safety checks when creating the app profile.

Link copied to clipboard
val instanceId: Output<String>
Link copied to clipboard

Use a multi-cluster routing policy.

Link copied to clipboard
val name: Output<String>

The unique name of the app profile. Values are of the form projects/{project}/instances/{instance}/appProfiles/_a-zA-Z0-9*.

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

Use a single-cluster routing policy.

Link copied to clipboard
val urn: Output<String>