1. Packages
  2. Google Cloud Native
  3. API Docs
  4. deploymentmanager
  5. deploymentmanager/alpha
  6. TypeProvider

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.30.0 published on Friday, Apr 14, 2023 by Pulumi

google-native.deploymentmanager/alpha.TypeProvider

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.30.0 published on Friday, Apr 14, 2023 by Pulumi

    Creates a type provider.

    Create TypeProvider Resource

    new TypeProvider(name: string, args?: TypeProviderArgs, opts?: CustomResourceOptions);
    @overload
    def TypeProvider(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     collection_overrides: Optional[Sequence[CollectionOverrideArgs]] = None,
                     credential: Optional[CredentialArgs] = None,
                     custom_certificate_authority_roots: Optional[Sequence[str]] = None,
                     description: Optional[str] = None,
                     descriptor_url: Optional[str] = None,
                     labels: Optional[Sequence[TypeProviderLabelEntryArgs]] = None,
                     name: Optional[str] = None,
                     options: Optional[OptionsArgs] = None,
                     project: Optional[str] = None)
    @overload
    def TypeProvider(resource_name: str,
                     args: Optional[TypeProviderArgs] = None,
                     opts: Optional[ResourceOptions] = None)
    func NewTypeProvider(ctx *Context, name string, args *TypeProviderArgs, opts ...ResourceOption) (*TypeProvider, error)
    public TypeProvider(string name, TypeProviderArgs? args = null, CustomResourceOptions? opts = null)
    public TypeProvider(String name, TypeProviderArgs args)
    public TypeProvider(String name, TypeProviderArgs args, CustomResourceOptions options)
    
    type: google-native:deploymentmanager/alpha:TypeProvider
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args TypeProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args TypeProviderArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args TypeProviderArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TypeProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TypeProviderArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    TypeProvider Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The TypeProvider resource accepts the following input properties:

    CollectionOverrides List<Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.CollectionOverrideArgs>

    Allows resource handling overrides for specific collections

    Credential Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.CredentialArgs

    Credential used when interacting with this type.

    CustomCertificateAuthorityRoots List<string>

    List of up to 2 custom certificate authority roots to use for TLS authentication when making calls on behalf of this type provider. If set, TLS authentication will exclusively use these roots instead of relying on publicly trusted certificate authorities when validating TLS certificate authenticity. The certificates must be in base64-encoded PEM format. The maximum size of each certificate must not exceed 10KB.

    Description string

    An optional textual description of the resource; provided by the client when the resource is created.

    DescriptorUrl string

    Descriptor Url for the this type provider.

    Labels List<Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.TypeProviderLabelEntryArgs>

    Map of One Platform labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?

    Name string

    Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

    Options Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.OptionsArgs

    Options to apply when handling any resources in this service.

    Project string
    CollectionOverrides []CollectionOverrideArgs

    Allows resource handling overrides for specific collections

    Credential CredentialArgs

    Credential used when interacting with this type.

    CustomCertificateAuthorityRoots []string

    List of up to 2 custom certificate authority roots to use for TLS authentication when making calls on behalf of this type provider. If set, TLS authentication will exclusively use these roots instead of relying on publicly trusted certificate authorities when validating TLS certificate authenticity. The certificates must be in base64-encoded PEM format. The maximum size of each certificate must not exceed 10KB.

    Description string

    An optional textual description of the resource; provided by the client when the resource is created.

    DescriptorUrl string

    Descriptor Url for the this type provider.

    Labels []TypeProviderLabelEntryArgs

    Map of One Platform labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?

    Name string

    Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

    Options OptionsArgs

    Options to apply when handling any resources in this service.

    Project string
    collectionOverrides List<CollectionOverrideArgs>

    Allows resource handling overrides for specific collections

    credential CredentialArgs

    Credential used when interacting with this type.

    customCertificateAuthorityRoots List<String>

    List of up to 2 custom certificate authority roots to use for TLS authentication when making calls on behalf of this type provider. If set, TLS authentication will exclusively use these roots instead of relying on publicly trusted certificate authorities when validating TLS certificate authenticity. The certificates must be in base64-encoded PEM format. The maximum size of each certificate must not exceed 10KB.

    description String

    An optional textual description of the resource; provided by the client when the resource is created.

    descriptorUrl String

    Descriptor Url for the this type provider.

    labels List<TypeProviderLabelEntryArgs>

    Map of One Platform labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?

    name String

    Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

    options OptionsArgs

    Options to apply when handling any resources in this service.

    project String
    collectionOverrides CollectionOverrideArgs[]

    Allows resource handling overrides for specific collections

    credential CredentialArgs

    Credential used when interacting with this type.

    customCertificateAuthorityRoots string[]

    List of up to 2 custom certificate authority roots to use for TLS authentication when making calls on behalf of this type provider. If set, TLS authentication will exclusively use these roots instead of relying on publicly trusted certificate authorities when validating TLS certificate authenticity. The certificates must be in base64-encoded PEM format. The maximum size of each certificate must not exceed 10KB.

    description string

    An optional textual description of the resource; provided by the client when the resource is created.

    descriptorUrl string

    Descriptor Url for the this type provider.

    labels TypeProviderLabelEntryArgs[]

    Map of One Platform labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?

    name string

    Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

    options OptionsArgs

    Options to apply when handling any resources in this service.

    project string
    collection_overrides Sequence[CollectionOverrideArgs]

    Allows resource handling overrides for specific collections

    credential CredentialArgs

    Credential used when interacting with this type.

    custom_certificate_authority_roots Sequence[str]

    List of up to 2 custom certificate authority roots to use for TLS authentication when making calls on behalf of this type provider. If set, TLS authentication will exclusively use these roots instead of relying on publicly trusted certificate authorities when validating TLS certificate authenticity. The certificates must be in base64-encoded PEM format. The maximum size of each certificate must not exceed 10KB.

    description str

    An optional textual description of the resource; provided by the client when the resource is created.

    descriptor_url str

    Descriptor Url for the this type provider.

    labels Sequence[TypeProviderLabelEntryArgs]

    Map of One Platform labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?

    name str

    Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

    options OptionsArgs

    Options to apply when handling any resources in this service.

    project str
    collectionOverrides List<Property Map>

    Allows resource handling overrides for specific collections

    credential Property Map

    Credential used when interacting with this type.

    customCertificateAuthorityRoots List<String>

    List of up to 2 custom certificate authority roots to use for TLS authentication when making calls on behalf of this type provider. If set, TLS authentication will exclusively use these roots instead of relying on publicly trusted certificate authorities when validating TLS certificate authenticity. The certificates must be in base64-encoded PEM format. The maximum size of each certificate must not exceed 10KB.

    description String

    An optional textual description of the resource; provided by the client when the resource is created.

    descriptorUrl String

    Descriptor Url for the this type provider.

    labels List<Property Map>

    Map of One Platform labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?

    name String

    Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

    options Property Map

    Options to apply when handling any resources in this service.

    project String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the TypeProvider resource produces the following output properties:

    Id string

    The provider-assigned unique ID for this managed resource.

    InsertTime string

    Creation timestamp in RFC3339 text format.

    Operation Pulumi.GoogleNative.DeploymentManager.Alpha.Outputs.OperationResponse

    The Operation that most recently ran, or is currently running, on this type provider.

    SelfLink string

    Self link for the type provider.

    Id string

    The provider-assigned unique ID for this managed resource.

    InsertTime string

    Creation timestamp in RFC3339 text format.

    Operation OperationResponse

    The Operation that most recently ran, or is currently running, on this type provider.

    SelfLink string

    Self link for the type provider.

    id String

    The provider-assigned unique ID for this managed resource.

    insertTime String

    Creation timestamp in RFC3339 text format.

    operation OperationResponse

    The Operation that most recently ran, or is currently running, on this type provider.

    selfLink String

    Self link for the type provider.

    id string

    The provider-assigned unique ID for this managed resource.

    insertTime string

    Creation timestamp in RFC3339 text format.

    operation OperationResponse

    The Operation that most recently ran, or is currently running, on this type provider.

    selfLink string

    Self link for the type provider.

    id str

    The provider-assigned unique ID for this managed resource.

    insert_time str

    Creation timestamp in RFC3339 text format.

    operation OperationResponse

    The Operation that most recently ran, or is currently running, on this type provider.

    self_link str

    Self link for the type provider.

    id String

    The provider-assigned unique ID for this managed resource.

    insertTime String

    Creation timestamp in RFC3339 text format.

    operation Property Map

    The Operation that most recently ran, or is currently running, on this type provider.

    selfLink String

    Self link for the type provider.

    Supporting Types

    AsyncOptions

    MethodMatch string

    Method regex where this policy will apply.

    PollingOptions Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.PollingOptions

    Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.

    MethodMatch string

    Method regex where this policy will apply.

    PollingOptions PollingOptions

    Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.

    methodMatch String

    Method regex where this policy will apply.

    pollingOptions PollingOptions

    Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.

    methodMatch string

    Method regex where this policy will apply.

    pollingOptions PollingOptions

    Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.

    method_match str

    Method regex where this policy will apply.

    polling_options PollingOptions

    Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.

    methodMatch String

    Method regex where this policy will apply.

    pollingOptions Property Map

    Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.

    AsyncOptionsResponse

    MethodMatch string

    Method regex where this policy will apply.

    PollingOptions Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.PollingOptionsResponse

    Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.

    MethodMatch string

    Method regex where this policy will apply.

    PollingOptions PollingOptionsResponse

    Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.

    methodMatch String

    Method regex where this policy will apply.

    pollingOptions PollingOptionsResponse

    Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.

    methodMatch string

    Method regex where this policy will apply.

    pollingOptions PollingOptionsResponse

    Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.

    method_match str

    Method regex where this policy will apply.

    polling_options PollingOptionsResponse

    Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.

    methodMatch String

    Method regex where this policy will apply.

    pollingOptions Property Map

    Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.

    BasicAuth

    Password string
    User string
    Password string
    User string
    password String
    user String
    password string
    user string
    password str
    user str
    password String
    user String

    BasicAuthResponse

    Password string
    User string
    Password string
    User string
    password String
    user String
    password string
    user string
    password str
    user str
    password String
    user String

    CollectionOverride

    Collection string

    The collection that identifies this resource within its service.

    MethodMap Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.MethodMap

    Custom verb method mappings to support unordered list API mappings.

    Options Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.Options

    The options to apply to this resource-level override

    Collection string

    The collection that identifies this resource within its service.

    MethodMap MethodMap

    Custom verb method mappings to support unordered list API mappings.

    Options Options

    The options to apply to this resource-level override

    collection String

    The collection that identifies this resource within its service.

    methodMap MethodMap

    Custom verb method mappings to support unordered list API mappings.

    options Options

    The options to apply to this resource-level override

    collection string

    The collection that identifies this resource within its service.

    methodMap MethodMap

    Custom verb method mappings to support unordered list API mappings.

    options Options

    The options to apply to this resource-level override

    collection str

    The collection that identifies this resource within its service.

    method_map MethodMap

    Custom verb method mappings to support unordered list API mappings.

    options Options

    The options to apply to this resource-level override

    collection String

    The collection that identifies this resource within its service.

    methodMap Property Map

    Custom verb method mappings to support unordered list API mappings.

    options Property Map

    The options to apply to this resource-level override

    CollectionOverrideResponse

    Collection string

    The collection that identifies this resource within its service.

    MethodMap Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.MethodMapResponse

    Custom verb method mappings to support unordered list API mappings.

    Options Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.OptionsResponse

    The options to apply to this resource-level override

    Collection string

    The collection that identifies this resource within its service.

    MethodMap MethodMapResponse

    Custom verb method mappings to support unordered list API mappings.

    Options OptionsResponse

    The options to apply to this resource-level override

    collection String

    The collection that identifies this resource within its service.

    methodMap MethodMapResponse

    Custom verb method mappings to support unordered list API mappings.

    options OptionsResponse

    The options to apply to this resource-level override

    collection string

    The collection that identifies this resource within its service.

    methodMap MethodMapResponse

    Custom verb method mappings to support unordered list API mappings.

    options OptionsResponse

    The options to apply to this resource-level override

    collection str

    The collection that identifies this resource within its service.

    method_map MethodMapResponse

    Custom verb method mappings to support unordered list API mappings.

    options OptionsResponse

    The options to apply to this resource-level override

    collection String

    The collection that identifies this resource within its service.

    methodMap Property Map

    Custom verb method mappings to support unordered list API mappings.

    options Property Map

    The options to apply to this resource-level override

    Credential

    BasicAuth Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.BasicAuth

    Basic Auth Credential, only used by TypeProvider.

    ServiceAccount Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.ServiceAccount

    Service Account Credential, only used by Deployment.

    UseProjectDefault bool

    Specify to use the project default credential, only supported by Deployment.

    BasicAuth BasicAuth

    Basic Auth Credential, only used by TypeProvider.

    ServiceAccount ServiceAccount

    Service Account Credential, only used by Deployment.

    UseProjectDefault bool

    Specify to use the project default credential, only supported by Deployment.

    basicAuth BasicAuth

    Basic Auth Credential, only used by TypeProvider.

    serviceAccount ServiceAccount

    Service Account Credential, only used by Deployment.

    useProjectDefault Boolean

    Specify to use the project default credential, only supported by Deployment.

    basicAuth BasicAuth

    Basic Auth Credential, only used by TypeProvider.

    serviceAccount ServiceAccount

    Service Account Credential, only used by Deployment.

    useProjectDefault boolean

    Specify to use the project default credential, only supported by Deployment.

    basic_auth BasicAuth

    Basic Auth Credential, only used by TypeProvider.

    service_account ServiceAccount

    Service Account Credential, only used by Deployment.

    use_project_default bool

    Specify to use the project default credential, only supported by Deployment.

    basicAuth Property Map

    Basic Auth Credential, only used by TypeProvider.

    serviceAccount Property Map

    Service Account Credential, only used by Deployment.

    useProjectDefault Boolean

    Specify to use the project default credential, only supported by Deployment.

    CredentialResponse

    BasicAuth Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.BasicAuthResponse

    Basic Auth Credential, only used by TypeProvider.

    ServiceAccount Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.ServiceAccountResponse

    Service Account Credential, only used by Deployment.

    UseProjectDefault bool

    Specify to use the project default credential, only supported by Deployment.

    BasicAuth BasicAuthResponse

    Basic Auth Credential, only used by TypeProvider.

    ServiceAccount ServiceAccountResponse

    Service Account Credential, only used by Deployment.

    UseProjectDefault bool

    Specify to use the project default credential, only supported by Deployment.

    basicAuth BasicAuthResponse

    Basic Auth Credential, only used by TypeProvider.

    serviceAccount ServiceAccountResponse

    Service Account Credential, only used by Deployment.

    useProjectDefault Boolean

    Specify to use the project default credential, only supported by Deployment.

    basicAuth BasicAuthResponse

    Basic Auth Credential, only used by TypeProvider.

    serviceAccount ServiceAccountResponse

    Service Account Credential, only used by Deployment.

    useProjectDefault boolean

    Specify to use the project default credential, only supported by Deployment.

    basic_auth BasicAuthResponse

    Basic Auth Credential, only used by TypeProvider.

    service_account ServiceAccountResponse

    Service Account Credential, only used by Deployment.

    use_project_default bool

    Specify to use the project default credential, only supported by Deployment.

    basicAuth Property Map

    Basic Auth Credential, only used by TypeProvider.

    serviceAccount Property Map

    Service Account Credential, only used by Deployment.

    useProjectDefault Boolean

    Specify to use the project default credential, only supported by Deployment.

    Diagnostic

    Field string

    JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.

    Level Pulumi.GoogleNative.DeploymentManager.Alpha.DiagnosticLevel

    Level to record this diagnostic.

    Field string

    JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.

    Level DiagnosticLevel

    Level to record this diagnostic.

    field String

    JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.

    level DiagnosticLevel

    Level to record this diagnostic.

    field string

    JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.

    level DiagnosticLevel

    Level to record this diagnostic.

    field str

    JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.

    level DiagnosticLevel

    Level to record this diagnostic.

    field String

    JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.

    level "UNKNOWN" | "INFORMATION" | "WARNING" | "ERROR"

    Level to record this diagnostic.

    DiagnosticLevel

    Unknown
    UNKNOWN
    Information
    INFORMATION

    If level is informational, it only gets displayed as part of the resource.

    Warning
    WARNING

    If level is warning, will end up in the resource as a warning.

    Error
    ERROR

    If level is error, it will indicate an error occurred after finishCondition is set, and this field will populate resource errors and operation errors.

    DiagnosticLevelUnknown
    UNKNOWN
    DiagnosticLevelInformation
    INFORMATION

    If level is informational, it only gets displayed as part of the resource.

    DiagnosticLevelWarning
    WARNING

    If level is warning, will end up in the resource as a warning.

    DiagnosticLevelError
    ERROR

    If level is error, it will indicate an error occurred after finishCondition is set, and this field will populate resource errors and operation errors.

    Unknown
    UNKNOWN
    Information
    INFORMATION

    If level is informational, it only gets displayed as part of the resource.

    Warning
    WARNING

    If level is warning, will end up in the resource as a warning.

    Error
    ERROR

    If level is error, it will indicate an error occurred after finishCondition is set, and this field will populate resource errors and operation errors.

    Unknown
    UNKNOWN
    Information
    INFORMATION

    If level is informational, it only gets displayed as part of the resource.

    Warning
    WARNING

    If level is warning, will end up in the resource as a warning.

    Error
    ERROR

    If level is error, it will indicate an error occurred after finishCondition is set, and this field will populate resource errors and operation errors.

    UNKNOWN
    UNKNOWN
    INFORMATION
    INFORMATION

    If level is informational, it only gets displayed as part of the resource.

    WARNING
    WARNING

    If level is warning, will end up in the resource as a warning.

    ERROR
    ERROR

    If level is error, it will indicate an error occurred after finishCondition is set, and this field will populate resource errors and operation errors.

    "UNKNOWN"
    UNKNOWN
    "INFORMATION"
    INFORMATION

    If level is informational, it only gets displayed as part of the resource.

    "WARNING"
    WARNING

    If level is warning, will end up in the resource as a warning.

    "ERROR"
    ERROR

    If level is error, it will indicate an error occurred after finishCondition is set, and this field will populate resource errors and operation errors.

    DiagnosticResponse

    Field string

    JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.

    Level string

    Level to record this diagnostic.

    Field string

    JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.

    Level string

    Level to record this diagnostic.

    field String

    JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.

    level String

    Level to record this diagnostic.

    field string

    JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.

    level string

    Level to record this diagnostic.

    field str

    JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.

    level str

    Level to record this diagnostic.

    field String

    JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.

    level String

    Level to record this diagnostic.

    InputMapping

    FieldName string

    The name of the field that is going to be injected.

    Location Pulumi.GoogleNative.DeploymentManager.Alpha.InputMappingLocation

    The location where this mapping applies.

    MethodMatch string

    Regex to evaluate on method to decide if input applies.

    Value string

    A jsonPath expression to select an element.

    FieldName string

    The name of the field that is going to be injected.

    Location InputMappingLocation

    The location where this mapping applies.

    MethodMatch string

    Regex to evaluate on method to decide if input applies.

    Value string

    A jsonPath expression to select an element.

    fieldName String

    The name of the field that is going to be injected.

    location InputMappingLocation

    The location where this mapping applies.

    methodMatch String

    Regex to evaluate on method to decide if input applies.

    value String

    A jsonPath expression to select an element.

    fieldName string

    The name of the field that is going to be injected.

    location InputMappingLocation

    The location where this mapping applies.

    methodMatch string

    Regex to evaluate on method to decide if input applies.

    value string

    A jsonPath expression to select an element.

    field_name str

    The name of the field that is going to be injected.

    location InputMappingLocation

    The location where this mapping applies.

    method_match str

    Regex to evaluate on method to decide if input applies.

    value str

    A jsonPath expression to select an element.

    fieldName String

    The name of the field that is going to be injected.

    location "UNKNOWN" | "PATH" | "QUERY" | "BODY" | "HEADER"

    The location where this mapping applies.

    methodMatch String

    Regex to evaluate on method to decide if input applies.

    value String

    A jsonPath expression to select an element.

    InputMappingLocation

    Unknown
    UNKNOWN
    Path
    PATH
    Query
    QUERY
    Body
    BODY
    Header
    HEADER
    InputMappingLocationUnknown
    UNKNOWN
    InputMappingLocationPath
    PATH
    InputMappingLocationQuery
    QUERY
    InputMappingLocationBody
    BODY
    InputMappingLocationHeader
    HEADER
    Unknown
    UNKNOWN
    Path
    PATH
    Query
    QUERY
    Body
    BODY
    Header
    HEADER
    Unknown
    UNKNOWN
    Path
    PATH
    Query
    QUERY
    Body
    BODY
    Header
    HEADER
    UNKNOWN
    UNKNOWN
    PATH
    PATH
    QUERY
    QUERY
    BODY
    BODY
    HEADER
    HEADER
    "UNKNOWN"
    UNKNOWN
    "PATH"
    PATH
    "QUERY"
    QUERY
    "BODY"
    BODY
    "HEADER"
    HEADER

    InputMappingResponse

    FieldName string

    The name of the field that is going to be injected.

    Location string

    The location where this mapping applies.

    MethodMatch string

    Regex to evaluate on method to decide if input applies.

    Value string

    A jsonPath expression to select an element.

    FieldName string

    The name of the field that is going to be injected.

    Location string

    The location where this mapping applies.

    MethodMatch string

    Regex to evaluate on method to decide if input applies.

    Value string

    A jsonPath expression to select an element.

    fieldName String

    The name of the field that is going to be injected.

    location String

    The location where this mapping applies.

    methodMatch String

    Regex to evaluate on method to decide if input applies.

    value String

    A jsonPath expression to select an element.

    fieldName string

    The name of the field that is going to be injected.

    location string

    The location where this mapping applies.

    methodMatch string

    Regex to evaluate on method to decide if input applies.

    value string

    A jsonPath expression to select an element.

    field_name str

    The name of the field that is going to be injected.

    location str

    The location where this mapping applies.

    method_match str

    Regex to evaluate on method to decide if input applies.

    value str

    A jsonPath expression to select an element.

    fieldName String

    The name of the field that is going to be injected.

    location String

    The location where this mapping applies.

    methodMatch String

    Regex to evaluate on method to decide if input applies.

    value String

    A jsonPath expression to select an element.

    MethodMap

    Create string

    The action identifier for the create method to be used for this collection

    Delete string

    The action identifier for the delete method to be used for this collection

    Get string

    The action identifier for the get method to be used for this collection

    SetIamPolicy string

    The action identifier for the setIamPolicy method to be used for this collection

    Update string

    The action identifier for the update method to be used for this collection

    Create string

    The action identifier for the create method to be used for this collection

    Delete string

    The action identifier for the delete method to be used for this collection

    Get string

    The action identifier for the get method to be used for this collection

    SetIamPolicy string

    The action identifier for the setIamPolicy method to be used for this collection

    Update string

    The action identifier for the update method to be used for this collection

    create String

    The action identifier for the create method to be used for this collection

    delete String

    The action identifier for the delete method to be used for this collection

    get String

    The action identifier for the get method to be used for this collection

    setIamPolicy String

    The action identifier for the setIamPolicy method to be used for this collection

    update String

    The action identifier for the update method to be used for this collection

    create string

    The action identifier for the create method to be used for this collection

    delete string

    The action identifier for the delete method to be used for this collection

    get string

    The action identifier for the get method to be used for this collection

    setIamPolicy string

    The action identifier for the setIamPolicy method to be used for this collection

    update string

    The action identifier for the update method to be used for this collection

    create str

    The action identifier for the create method to be used for this collection

    delete str

    The action identifier for the delete method to be used for this collection

    get str

    The action identifier for the get method to be used for this collection

    set_iam_policy str

    The action identifier for the setIamPolicy method to be used for this collection

    update str

    The action identifier for the update method to be used for this collection

    create String

    The action identifier for the create method to be used for this collection

    delete String

    The action identifier for the delete method to be used for this collection

    get String

    The action identifier for the get method to be used for this collection

    setIamPolicy String

    The action identifier for the setIamPolicy method to be used for this collection

    update String

    The action identifier for the update method to be used for this collection

    MethodMapResponse

    Create string

    The action identifier for the create method to be used for this collection

    Delete string

    The action identifier for the delete method to be used for this collection

    Get string

    The action identifier for the get method to be used for this collection

    SetIamPolicy string

    The action identifier for the setIamPolicy method to be used for this collection

    Update string

    The action identifier for the update method to be used for this collection

    Create string

    The action identifier for the create method to be used for this collection

    Delete string

    The action identifier for the delete method to be used for this collection

    Get string

    The action identifier for the get method to be used for this collection

    SetIamPolicy string

    The action identifier for the setIamPolicy method to be used for this collection

    Update string

    The action identifier for the update method to be used for this collection

    create String

    The action identifier for the create method to be used for this collection

    delete String

    The action identifier for the delete method to be used for this collection

    get String

    The action identifier for the get method to be used for this collection

    setIamPolicy String

    The action identifier for the setIamPolicy method to be used for this collection

    update String

    The action identifier for the update method to be used for this collection

    create string

    The action identifier for the create method to be used for this collection

    delete string

    The action identifier for the delete method to be used for this collection

    get string

    The action identifier for the get method to be used for this collection

    setIamPolicy string

    The action identifier for the setIamPolicy method to be used for this collection

    update string

    The action identifier for the update method to be used for this collection

    create str

    The action identifier for the create method to be used for this collection

    delete str

    The action identifier for the delete method to be used for this collection

    get str

    The action identifier for the get method to be used for this collection

    set_iam_policy str

    The action identifier for the setIamPolicy method to be used for this collection

    update str

    The action identifier for the update method to be used for this collection

    create String

    The action identifier for the create method to be used for this collection

    delete String

    The action identifier for the delete method to be used for this collection

    get String

    The action identifier for the get method to be used for this collection

    setIamPolicy String

    The action identifier for the setIamPolicy method to be used for this collection

    update String

    The action identifier for the update method to be used for this collection

    OperationErrorErrorsItemResponse

    Code string

    The error type identifier for this error.

    Location string

    Indicates the field in the request that caused the error. This property is optional.

    Message string

    An optional, human-readable error message.

    Code string

    The error type identifier for this error.

    Location string

    Indicates the field in the request that caused the error. This property is optional.

    Message string

    An optional, human-readable error message.

    code String

    The error type identifier for this error.

    location String

    Indicates the field in the request that caused the error. This property is optional.

    message String

    An optional, human-readable error message.

    code string

    The error type identifier for this error.

    location string

    Indicates the field in the request that caused the error. This property is optional.

    message string

    An optional, human-readable error message.

    code str

    The error type identifier for this error.

    location str

    Indicates the field in the request that caused the error. This property is optional.

    message str

    An optional, human-readable error message.

    code String

    The error type identifier for this error.

    location String

    Indicates the field in the request that caused the error. This property is optional.

    message String

    An optional, human-readable error message.

    OperationErrorResponse

    Errors List<Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.OperationErrorErrorsItemResponse>

    The array of errors encountered while processing this operation.

    Errors []OperationErrorErrorsItemResponse

    The array of errors encountered while processing this operation.

    errors List<OperationErrorErrorsItemResponse>

    The array of errors encountered while processing this operation.

    errors OperationErrorErrorsItemResponse[]

    The array of errors encountered while processing this operation.

    errors Sequence[OperationErrorErrorsItemResponse]

    The array of errors encountered while processing this operation.

    errors List<Property Map>

    The array of errors encountered while processing this operation.

    OperationResponse

    ClientOperationId string

    The value of requestId if you provided it in the request. Not present otherwise.

    CreationTimestamp string

    [Deprecated] This field is deprecated.

    Deprecated:

    [Deprecated] This field is deprecated.

    Description string

    A textual description of the operation, which is set when the operation is created.

    EndTime string

    The time that this operation was completed. This value is in RFC3339 text format.

    Error Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.OperationErrorResponse

    If errors are generated during processing of the operation, this field will be populated.

    HttpErrorMessage string

    If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

    HttpErrorStatusCode int

    If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

    InsertTime string

    The time that this operation was requested. This value is in RFC3339 text format.

    Kind string

    Type of the resource. Always compute#operation for Operation resources.

    Name string

    Name of the operation.

    OperationGroupId string

    An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

    OperationType string

    The type of operation, such as insert, update, or delete, and so on.

    Progress int

    An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

    Region string

    The URL of the region where the operation resides. Only applicable when performing regional operations.

    SelfLink string

    Server-defined URL for the resource.

    StartTime string

    The time that this operation was started by the server. This value is in RFC3339 text format.

    Status string

    The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

    StatusMessage string

    An optional textual description of the current status of the operation.

    TargetId string

    The unique target ID, which identifies a specific incarnation of the target resource.

    TargetLink string

    The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

    User string

    User who requested the operation, for example: user@example.com.

    Warnings List<Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.OperationWarningsItemResponse>

    If warning messages are generated during processing of the operation, this field will be populated.

    Zone string

    The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

    ClientOperationId string

    The value of requestId if you provided it in the request. Not present otherwise.

    CreationTimestamp string

    [Deprecated] This field is deprecated.

    Deprecated:

    [Deprecated] This field is deprecated.

    Description string

    A textual description of the operation, which is set when the operation is created.

    EndTime string

    The time that this operation was completed. This value is in RFC3339 text format.

    Error OperationErrorResponse

    If errors are generated during processing of the operation, this field will be populated.

    HttpErrorMessage string

    If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

    HttpErrorStatusCode int

    If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

    InsertTime string

    The time that this operation was requested. This value is in RFC3339 text format.

    Kind string

    Type of the resource. Always compute#operation for Operation resources.

    Name string

    Name of the operation.

    OperationGroupId string

    An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

    OperationType string

    The type of operation, such as insert, update, or delete, and so on.

    Progress int

    An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

    Region string

    The URL of the region where the operation resides. Only applicable when performing regional operations.

    SelfLink string

    Server-defined URL for the resource.

    StartTime string

    The time that this operation was started by the server. This value is in RFC3339 text format.

    Status string

    The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

    StatusMessage string

    An optional textual description of the current status of the operation.

    TargetId string

    The unique target ID, which identifies a specific incarnation of the target resource.

    TargetLink string

    The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

    User string

    User who requested the operation, for example: user@example.com.

    Warnings []OperationWarningsItemResponse

    If warning messages are generated during processing of the operation, this field will be populated.

    Zone string

    The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

    clientOperationId String

    The value of requestId if you provided it in the request. Not present otherwise.

    creationTimestamp String

    [Deprecated] This field is deprecated.

    Deprecated:

    [Deprecated] This field is deprecated.

    description String

    A textual description of the operation, which is set when the operation is created.

    endTime String

    The time that this operation was completed. This value is in RFC3339 text format.

    error OperationErrorResponse

    If errors are generated during processing of the operation, this field will be populated.

    httpErrorMessage String

    If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

    httpErrorStatusCode Integer

    If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

    insertTime String

    The time that this operation was requested. This value is in RFC3339 text format.

    kind String

    Type of the resource. Always compute#operation for Operation resources.

    name String

    Name of the operation.

    operationGroupId String

    An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

    operationType String

    The type of operation, such as insert, update, or delete, and so on.

    progress Integer

    An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

    region String

    The URL of the region where the operation resides. Only applicable when performing regional operations.

    selfLink String

    Server-defined URL for the resource.

    startTime String

    The time that this operation was started by the server. This value is in RFC3339 text format.

    status String

    The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

    statusMessage String

    An optional textual description of the current status of the operation.

    targetId String

    The unique target ID, which identifies a specific incarnation of the target resource.

    targetLink String

    The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

    user String

    User who requested the operation, for example: user@example.com.

    warnings List<OperationWarningsItemResponse>

    If warning messages are generated during processing of the operation, this field will be populated.

    zone String

    The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

    clientOperationId string

    The value of requestId if you provided it in the request. Not present otherwise.

    creationTimestamp string

    [Deprecated] This field is deprecated.

    Deprecated:

    [Deprecated] This field is deprecated.

    description string

    A textual description of the operation, which is set when the operation is created.

    endTime string

    The time that this operation was completed. This value is in RFC3339 text format.

    error OperationErrorResponse

    If errors are generated during processing of the operation, this field will be populated.

    httpErrorMessage string

    If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

    httpErrorStatusCode number

    If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

    insertTime string

    The time that this operation was requested. This value is in RFC3339 text format.

    kind string

    Type of the resource. Always compute#operation for Operation resources.

    name string

    Name of the operation.

    operationGroupId string

    An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

    operationType string

    The type of operation, such as insert, update, or delete, and so on.

    progress number

    An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

    region string

    The URL of the region where the operation resides. Only applicable when performing regional operations.

    selfLink string

    Server-defined URL for the resource.

    startTime string

    The time that this operation was started by the server. This value is in RFC3339 text format.

    status string

    The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

    statusMessage string

    An optional textual description of the current status of the operation.

    targetId string

    The unique target ID, which identifies a specific incarnation of the target resource.

    targetLink string

    The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

    user string

    User who requested the operation, for example: user@example.com.

    warnings OperationWarningsItemResponse[]

    If warning messages are generated during processing of the operation, this field will be populated.

    zone string

    The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

    client_operation_id str

    The value of requestId if you provided it in the request. Not present otherwise.

    creation_timestamp str

    [Deprecated] This field is deprecated.

    Deprecated:

    [Deprecated] This field is deprecated.

    description str

    A textual description of the operation, which is set when the operation is created.

    end_time str

    The time that this operation was completed. This value is in RFC3339 text format.

    error OperationErrorResponse

    If errors are generated during processing of the operation, this field will be populated.

    http_error_message str

    If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

    http_error_status_code int

    If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

    insert_time str

    The time that this operation was requested. This value is in RFC3339 text format.

    kind str

    Type of the resource. Always compute#operation for Operation resources.

    name str

    Name of the operation.

    operation_group_id str

    An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

    operation_type str

    The type of operation, such as insert, update, or delete, and so on.

    progress int

    An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

    region str

    The URL of the region where the operation resides. Only applicable when performing regional operations.

    self_link str

    Server-defined URL for the resource.

    start_time str

    The time that this operation was started by the server. This value is in RFC3339 text format.

    status str

    The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

    status_message str

    An optional textual description of the current status of the operation.

    target_id str

    The unique target ID, which identifies a specific incarnation of the target resource.

    target_link str

    The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

    user str

    User who requested the operation, for example: user@example.com.

    warnings Sequence[OperationWarningsItemResponse]

    If warning messages are generated during processing of the operation, this field will be populated.

    zone str

    The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

    clientOperationId String

    The value of requestId if you provided it in the request. Not present otherwise.

    creationTimestamp String

    [Deprecated] This field is deprecated.

    Deprecated:

    [Deprecated] This field is deprecated.

    description String

    A textual description of the operation, which is set when the operation is created.

    endTime String

    The time that this operation was completed. This value is in RFC3339 text format.

    error Property Map

    If errors are generated during processing of the operation, this field will be populated.

    httpErrorMessage String

    If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

    httpErrorStatusCode Number

    If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

    insertTime String

    The time that this operation was requested. This value is in RFC3339 text format.

    kind String

    Type of the resource. Always compute#operation for Operation resources.

    name String

    Name of the operation.

    operationGroupId String

    An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

    operationType String

    The type of operation, such as insert, update, or delete, and so on.

    progress Number

    An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

    region String

    The URL of the region where the operation resides. Only applicable when performing regional operations.

    selfLink String

    Server-defined URL for the resource.

    startTime String

    The time that this operation was started by the server. This value is in RFC3339 text format.

    status String

    The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

    statusMessage String

    An optional textual description of the current status of the operation.

    targetId String

    The unique target ID, which identifies a specific incarnation of the target resource.

    targetLink String

    The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

    user String

    User who requested the operation, for example: user@example.com.

    warnings List<Property Map>

    If warning messages are generated during processing of the operation, this field will be populated.

    zone String

    The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

    OperationWarningsItemDataItemResponse

    Key string

    A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).

    Value string

    A warning data value corresponding to the key.

    Key string

    A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).

    Value string

    A warning data value corresponding to the key.

    key String

    A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).

    value String

    A warning data value corresponding to the key.

    key string

    A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).

    value string

    A warning data value corresponding to the key.

    key str

    A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).

    value str

    A warning data value corresponding to the key.

    key String

    A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).

    value String

    A warning data value corresponding to the key.

    OperationWarningsItemResponse

    Code string

    A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.

    Data List<Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.OperationWarningsItemDataItemResponse>

    Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

    Message string

    A human-readable description of the warning code.

    Code string

    A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.

    Data []OperationWarningsItemDataItemResponse

    Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

    Message string

    A human-readable description of the warning code.

    code String

    A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.

    data List<OperationWarningsItemDataItemResponse>

    Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

    message String

    A human-readable description of the warning code.

    code string

    A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.

    data OperationWarningsItemDataItemResponse[]

    Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

    message string

    A human-readable description of the warning code.

    code str

    A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.

    data Sequence[OperationWarningsItemDataItemResponse]

    Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

    message str

    A human-readable description of the warning code.

    code String

    A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.

    data List<Property Map>

    Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

    message String

    A human-readable description of the warning code.

    Options

    AsyncOptions List<Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.AsyncOptions>

    Options regarding how to thread async requests.

    InputMappings List<Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.InputMapping>

    The mappings that apply for requests.

    NameProperty string

    The json path to the field in the resource JSON body into which the resource name should be mapped. Leaving this empty indicates that there should be no mapping performed.

    ValidationOptions Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.ValidationOptions

    Options for how to validate and process properties on a resource.

    AsyncOptions []AsyncOptions

    Options regarding how to thread async requests.

    InputMappings []InputMapping

    The mappings that apply for requests.

    NameProperty string

    The json path to the field in the resource JSON body into which the resource name should be mapped. Leaving this empty indicates that there should be no mapping performed.

    ValidationOptions ValidationOptions

    Options for how to validate and process properties on a resource.

    asyncOptions List<AsyncOptions>

    Options regarding how to thread async requests.

    inputMappings List<InputMapping>

    The mappings that apply for requests.

    nameProperty String

    The json path to the field in the resource JSON body into which the resource name should be mapped. Leaving this empty indicates that there should be no mapping performed.

    validationOptions ValidationOptions

    Options for how to validate and process properties on a resource.

    asyncOptions AsyncOptions[]

    Options regarding how to thread async requests.

    inputMappings InputMapping[]

    The mappings that apply for requests.

    nameProperty string

    The json path to the field in the resource JSON body into which the resource name should be mapped. Leaving this empty indicates that there should be no mapping performed.

    validationOptions ValidationOptions

    Options for how to validate and process properties on a resource.

    async_options Sequence[AsyncOptions]

    Options regarding how to thread async requests.

    input_mappings Sequence[InputMapping]

    The mappings that apply for requests.

    name_property str

    The json path to the field in the resource JSON body into which the resource name should be mapped. Leaving this empty indicates that there should be no mapping performed.

    validation_options ValidationOptions

    Options for how to validate and process properties on a resource.

    asyncOptions List<Property Map>

    Options regarding how to thread async requests.

    inputMappings List<Property Map>

    The mappings that apply for requests.

    nameProperty String

    The json path to the field in the resource JSON body into which the resource name should be mapped. Leaving this empty indicates that there should be no mapping performed.

    validationOptions Property Map

    Options for how to validate and process properties on a resource.

    OptionsResponse

    AsyncOptions List<Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.AsyncOptionsResponse>

    Options regarding how to thread async requests.

    InputMappings List<Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.InputMappingResponse>

    The mappings that apply for requests.

    NameProperty string

    The json path to the field in the resource JSON body into which the resource name should be mapped. Leaving this empty indicates that there should be no mapping performed.

    ValidationOptions Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.ValidationOptionsResponse

    Options for how to validate and process properties on a resource.

    AsyncOptions []AsyncOptionsResponse

    Options regarding how to thread async requests.

    InputMappings []InputMappingResponse

    The mappings that apply for requests.

    NameProperty string

    The json path to the field in the resource JSON body into which the resource name should be mapped. Leaving this empty indicates that there should be no mapping performed.

    ValidationOptions ValidationOptionsResponse

    Options for how to validate and process properties on a resource.

    asyncOptions List<AsyncOptionsResponse>

    Options regarding how to thread async requests.

    inputMappings List<InputMappingResponse>

    The mappings that apply for requests.

    nameProperty String

    The json path to the field in the resource JSON body into which the resource name should be mapped. Leaving this empty indicates that there should be no mapping performed.

    validationOptions ValidationOptionsResponse

    Options for how to validate and process properties on a resource.

    asyncOptions AsyncOptionsResponse[]

    Options regarding how to thread async requests.

    inputMappings InputMappingResponse[]

    The mappings that apply for requests.

    nameProperty string

    The json path to the field in the resource JSON body into which the resource name should be mapped. Leaving this empty indicates that there should be no mapping performed.

    validationOptions ValidationOptionsResponse

    Options for how to validate and process properties on a resource.

    async_options Sequence[AsyncOptionsResponse]

    Options regarding how to thread async requests.

    input_mappings Sequence[InputMappingResponse]

    The mappings that apply for requests.

    name_property str

    The json path to the field in the resource JSON body into which the resource name should be mapped. Leaving this empty indicates that there should be no mapping performed.

    validation_options ValidationOptionsResponse

    Options for how to validate and process properties on a resource.

    asyncOptions List<Property Map>

    Options regarding how to thread async requests.

    inputMappings List<Property Map>

    The mappings that apply for requests.

    nameProperty String

    The json path to the field in the resource JSON body into which the resource name should be mapped. Leaving this empty indicates that there should be no mapping performed.

    validationOptions Property Map

    Options for how to validate and process properties on a resource.

    PollingOptions

    Diagnostics List<Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.Diagnostic>

    An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.

    FailCondition string

    JsonPath expression that determines if the request failed.

    FinishCondition string

    JsonPath expression that determines if the request is completed.

    PollingLink string

    JsonPath expression that evaluates to string, it indicates where to poll.

    TargetLink string

    JsonPath expression, after polling is completed, indicates where to fetch the resource.

    Diagnostics []Diagnostic

    An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.

    FailCondition string

    JsonPath expression that determines if the request failed.

    FinishCondition string

    JsonPath expression that determines if the request is completed.

    PollingLink string

    JsonPath expression that evaluates to string, it indicates where to poll.

    TargetLink string

    JsonPath expression, after polling is completed, indicates where to fetch the resource.

    diagnostics List<Diagnostic>

    An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.

    failCondition String

    JsonPath expression that determines if the request failed.

    finishCondition String

    JsonPath expression that determines if the request is completed.

    pollingLink String

    JsonPath expression that evaluates to string, it indicates where to poll.

    targetLink String

    JsonPath expression, after polling is completed, indicates where to fetch the resource.

    diagnostics Diagnostic[]

    An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.

    failCondition string

    JsonPath expression that determines if the request failed.

    finishCondition string

    JsonPath expression that determines if the request is completed.

    pollingLink string

    JsonPath expression that evaluates to string, it indicates where to poll.

    targetLink string

    JsonPath expression, after polling is completed, indicates where to fetch the resource.

    diagnostics Sequence[Diagnostic]

    An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.

    fail_condition str

    JsonPath expression that determines if the request failed.

    finish_condition str

    JsonPath expression that determines if the request is completed.

    polling_link str

    JsonPath expression that evaluates to string, it indicates where to poll.

    target_link str

    JsonPath expression, after polling is completed, indicates where to fetch the resource.

    diagnostics List<Property Map>

    An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.

    failCondition String

    JsonPath expression that determines if the request failed.

    finishCondition String

    JsonPath expression that determines if the request is completed.

    pollingLink String

    JsonPath expression that evaluates to string, it indicates where to poll.

    targetLink String

    JsonPath expression, after polling is completed, indicates where to fetch the resource.

    PollingOptionsResponse

    Diagnostics List<Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.DiagnosticResponse>

    An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.

    FailCondition string

    JsonPath expression that determines if the request failed.

    FinishCondition string

    JsonPath expression that determines if the request is completed.

    PollingLink string

    JsonPath expression that evaluates to string, it indicates where to poll.

    TargetLink string

    JsonPath expression, after polling is completed, indicates where to fetch the resource.

    Diagnostics []DiagnosticResponse

    An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.

    FailCondition string

    JsonPath expression that determines if the request failed.

    FinishCondition string

    JsonPath expression that determines if the request is completed.

    PollingLink string

    JsonPath expression that evaluates to string, it indicates where to poll.

    TargetLink string

    JsonPath expression, after polling is completed, indicates where to fetch the resource.

    diagnostics List<DiagnosticResponse>

    An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.

    failCondition String

    JsonPath expression that determines if the request failed.

    finishCondition String

    JsonPath expression that determines if the request is completed.

    pollingLink String

    JsonPath expression that evaluates to string, it indicates where to poll.

    targetLink String

    JsonPath expression, after polling is completed, indicates where to fetch the resource.

    diagnostics DiagnosticResponse[]

    An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.

    failCondition string

    JsonPath expression that determines if the request failed.

    finishCondition string

    JsonPath expression that determines if the request is completed.

    pollingLink string

    JsonPath expression that evaluates to string, it indicates where to poll.

    targetLink string

    JsonPath expression, after polling is completed, indicates where to fetch the resource.

    diagnostics Sequence[DiagnosticResponse]

    An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.

    fail_condition str

    JsonPath expression that determines if the request failed.

    finish_condition str

    JsonPath expression that determines if the request is completed.

    polling_link str

    JsonPath expression that evaluates to string, it indicates where to poll.

    target_link str

    JsonPath expression, after polling is completed, indicates where to fetch the resource.

    diagnostics List<Property Map>

    An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.

    failCondition String

    JsonPath expression that determines if the request failed.

    finishCondition String

    JsonPath expression that determines if the request is completed.

    pollingLink String

    JsonPath expression that evaluates to string, it indicates where to poll.

    targetLink String

    JsonPath expression, after polling is completed, indicates where to fetch the resource.

    ServiceAccount

    Email string

    The IAM service account email address like test@myproject.iam.gserviceaccount.com

    Email string

    The IAM service account email address like test@myproject.iam.gserviceaccount.com

    email String

    The IAM service account email address like test@myproject.iam.gserviceaccount.com

    email string

    The IAM service account email address like test@myproject.iam.gserviceaccount.com

    email str

    The IAM service account email address like test@myproject.iam.gserviceaccount.com

    email String

    The IAM service account email address like test@myproject.iam.gserviceaccount.com

    ServiceAccountResponse

    Email string

    The IAM service account email address like test@myproject.iam.gserviceaccount.com

    Email string

    The IAM service account email address like test@myproject.iam.gserviceaccount.com

    email String

    The IAM service account email address like test@myproject.iam.gserviceaccount.com

    email string

    The IAM service account email address like test@myproject.iam.gserviceaccount.com

    email str

    The IAM service account email address like test@myproject.iam.gserviceaccount.com

    email String

    The IAM service account email address like test@myproject.iam.gserviceaccount.com

    TypeProviderLabelEntry

    Key string

    Key of the label

    Value string

    Value of the label

    Key string

    Key of the label

    Value string

    Value of the label

    key String

    Key of the label

    value String

    Value of the label

    key string

    Key of the label

    value string

    Value of the label

    key str

    Key of the label

    value str

    Value of the label

    key String

    Key of the label

    value String

    Value of the label

    TypeProviderLabelEntryResponse

    Key string

    Key of the label

    Value string

    Value of the label

    Key string

    Key of the label

    Value string

    Value of the label

    key String

    Key of the label

    value String

    Value of the label

    key string

    Key of the label

    value string

    Value of the label

    key str

    Key of the label

    value str

    Value of the label

    key String

    Key of the label

    value String

    Value of the label

    ValidationOptions

    SchemaValidation Pulumi.GoogleNative.DeploymentManager.Alpha.ValidationOptionsSchemaValidation

    Customize how deployment manager will validate the resource against schema errors.

    UndeclaredProperties Pulumi.GoogleNative.DeploymentManager.Alpha.ValidationOptionsUndeclaredProperties

    Specify what to do with extra properties when executing a request.

    SchemaValidation ValidationOptionsSchemaValidation

    Customize how deployment manager will validate the resource against schema errors.

    UndeclaredProperties ValidationOptionsUndeclaredProperties

    Specify what to do with extra properties when executing a request.

    schemaValidation ValidationOptionsSchemaValidation

    Customize how deployment manager will validate the resource against schema errors.

    undeclaredProperties ValidationOptionsUndeclaredProperties

    Specify what to do with extra properties when executing a request.

    schemaValidation ValidationOptionsSchemaValidation

    Customize how deployment manager will validate the resource against schema errors.

    undeclaredProperties ValidationOptionsUndeclaredProperties

    Specify what to do with extra properties when executing a request.

    schema_validation ValidationOptionsSchemaValidation

    Customize how deployment manager will validate the resource against schema errors.

    undeclared_properties ValidationOptionsUndeclaredProperties

    Specify what to do with extra properties when executing a request.

    schemaValidation "UNKNOWN" | "IGNORE" | "IGNORE_WITH_WARNINGS" | "FAIL"

    Customize how deployment manager will validate the resource against schema errors.

    undeclaredProperties "UNKNOWN" | "INCLUDE" | "IGNORE" | "INCLUDE_WITH_WARNINGS" | "IGNORE_WITH_WARNINGS" | "FAIL"

    Specify what to do with extra properties when executing a request.

    ValidationOptionsResponse

    SchemaValidation string

    Customize how deployment manager will validate the resource against schema errors.

    UndeclaredProperties string

    Specify what to do with extra properties when executing a request.

    SchemaValidation string

    Customize how deployment manager will validate the resource against schema errors.

    UndeclaredProperties string

    Specify what to do with extra properties when executing a request.

    schemaValidation String

    Customize how deployment manager will validate the resource against schema errors.

    undeclaredProperties String

    Specify what to do with extra properties when executing a request.

    schemaValidation string

    Customize how deployment manager will validate the resource against schema errors.

    undeclaredProperties string

    Specify what to do with extra properties when executing a request.

    schema_validation str

    Customize how deployment manager will validate the resource against schema errors.

    undeclared_properties str

    Specify what to do with extra properties when executing a request.

    schemaValidation String

    Customize how deployment manager will validate the resource against schema errors.

    undeclaredProperties String

    Specify what to do with extra properties when executing a request.

    ValidationOptionsSchemaValidation

    Unknown
    UNKNOWN
    Ignore
    IGNORE

    Ignore schema failures.

    IgnoreWithWarnings
    IGNORE_WITH_WARNINGS

    Ignore schema failures but display them as warnings.

    Fail
    FAIL

    Fail the resource if the schema is not valid, this is the default behavior.

    ValidationOptionsSchemaValidationUnknown
    UNKNOWN
    ValidationOptionsSchemaValidationIgnore
    IGNORE

    Ignore schema failures.

    ValidationOptionsSchemaValidationIgnoreWithWarnings
    IGNORE_WITH_WARNINGS

    Ignore schema failures but display them as warnings.

    ValidationOptionsSchemaValidationFail
    FAIL

    Fail the resource if the schema is not valid, this is the default behavior.

    Unknown
    UNKNOWN
    Ignore
    IGNORE

    Ignore schema failures.

    IgnoreWithWarnings
    IGNORE_WITH_WARNINGS

    Ignore schema failures but display them as warnings.

    Fail
    FAIL

    Fail the resource if the schema is not valid, this is the default behavior.

    Unknown
    UNKNOWN
    Ignore
    IGNORE

    Ignore schema failures.

    IgnoreWithWarnings
    IGNORE_WITH_WARNINGS

    Ignore schema failures but display them as warnings.

    Fail
    FAIL

    Fail the resource if the schema is not valid, this is the default behavior.

    UNKNOWN
    UNKNOWN
    IGNORE
    IGNORE

    Ignore schema failures.

    IGNORE_WITH_WARNINGS
    IGNORE_WITH_WARNINGS

    Ignore schema failures but display them as warnings.

    FAIL
    FAIL

    Fail the resource if the schema is not valid, this is the default behavior.

    "UNKNOWN"
    UNKNOWN
    "IGNORE"
    IGNORE

    Ignore schema failures.

    "IGNORE_WITH_WARNINGS"
    IGNORE_WITH_WARNINGS

    Ignore schema failures but display them as warnings.

    "FAIL"
    FAIL

    Fail the resource if the schema is not valid, this is the default behavior.

    ValidationOptionsUndeclaredProperties

    Unknown
    UNKNOWN
    Include
    INCLUDE

    Always include even if not present on discovery doc.

    Ignore
    IGNORE

    Always ignore if not present on discovery doc.

    IncludeWithWarnings
    INCLUDE_WITH_WARNINGS

    Include on request, but emit a warning.

    IgnoreWithWarnings
    IGNORE_WITH_WARNINGS

    Ignore properties, but emit a warning.

    Fail
    FAIL

    Always fail if undeclared properties are present.

    ValidationOptionsUndeclaredPropertiesUnknown
    UNKNOWN
    ValidationOptionsUndeclaredPropertiesInclude
    INCLUDE

    Always include even if not present on discovery doc.

    ValidationOptionsUndeclaredPropertiesIgnore
    IGNORE

    Always ignore if not present on discovery doc.

    ValidationOptionsUndeclaredPropertiesIncludeWithWarnings
    INCLUDE_WITH_WARNINGS

    Include on request, but emit a warning.

    ValidationOptionsUndeclaredPropertiesIgnoreWithWarnings
    IGNORE_WITH_WARNINGS

    Ignore properties, but emit a warning.

    ValidationOptionsUndeclaredPropertiesFail
    FAIL

    Always fail if undeclared properties are present.

    Unknown
    UNKNOWN
    Include
    INCLUDE

    Always include even if not present on discovery doc.

    Ignore
    IGNORE

    Always ignore if not present on discovery doc.

    IncludeWithWarnings
    INCLUDE_WITH_WARNINGS

    Include on request, but emit a warning.

    IgnoreWithWarnings
    IGNORE_WITH_WARNINGS

    Ignore properties, but emit a warning.

    Fail
    FAIL

    Always fail if undeclared properties are present.

    Unknown
    UNKNOWN
    Include
    INCLUDE

    Always include even if not present on discovery doc.

    Ignore
    IGNORE

    Always ignore if not present on discovery doc.

    IncludeWithWarnings
    INCLUDE_WITH_WARNINGS

    Include on request, but emit a warning.

    IgnoreWithWarnings
    IGNORE_WITH_WARNINGS

    Ignore properties, but emit a warning.

    Fail
    FAIL

    Always fail if undeclared properties are present.

    UNKNOWN
    UNKNOWN
    INCLUDE
    INCLUDE

    Always include even if not present on discovery doc.

    IGNORE
    IGNORE

    Always ignore if not present on discovery doc.

    INCLUDE_WITH_WARNINGS
    INCLUDE_WITH_WARNINGS

    Include on request, but emit a warning.

    IGNORE_WITH_WARNINGS
    IGNORE_WITH_WARNINGS

    Ignore properties, but emit a warning.

    FAIL
    FAIL

    Always fail if undeclared properties are present.

    "UNKNOWN"
    UNKNOWN
    "INCLUDE"
    INCLUDE

    Always include even if not present on discovery doc.

    "IGNORE"
    IGNORE

    Always ignore if not present on discovery doc.

    "INCLUDE_WITH_WARNINGS"
    INCLUDE_WITH_WARNINGS

    Include on request, but emit a warning.

    "IGNORE_WITH_WARNINGS"
    IGNORE_WITH_WARNINGS

    Ignore properties, but emit a warning.

    "FAIL"
    FAIL

    Always fail if undeclared properties are present.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.30.0 published on Friday, Apr 14, 2023 by Pulumi