ibm.PagInstance
Explore with Pulumi AI
Create, update, or delete the Privileged Access Gateway instance (PAG).
Create PagInstance Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PagInstance(name: string, args: PagInstanceArgs, opts?: CustomResourceOptions);
@overload
def PagInstance(resource_name: str,
args: PagInstanceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PagInstance(resource_name: str,
opts: Optional[ResourceOptions] = None,
location: Optional[str] = None,
plan: Optional[str] = None,
service: Optional[str] = None,
name: Optional[str] = None,
pag_instance_id: Optional[str] = None,
parameters: Optional[Mapping[str, str]] = None,
parameters_json: Optional[str] = None,
resource_group_id: Optional[str] = None,
service_endpoints: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
timeouts: Optional[PagInstanceTimeoutsArgs] = None)
func NewPagInstance(ctx *Context, name string, args PagInstanceArgs, opts ...ResourceOption) (*PagInstance, error)
public PagInstance(string name, PagInstanceArgs args, CustomResourceOptions? opts = null)
public PagInstance(String name, PagInstanceArgs args)
public PagInstance(String name, PagInstanceArgs args, CustomResourceOptions options)
type: ibm:PagInstance
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args PagInstanceArgs
- 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 PagInstanceArgs
- 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 PagInstanceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PagInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PagInstanceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var pagInstanceResource = new Ibm.PagInstance("pagInstanceResource", new()
{
Location = "string",
Plan = "string",
Service = "string",
Name = "string",
PagInstanceId = "string",
Parameters =
{
{ "string", "string" },
},
ParametersJson = "string",
ResourceGroupId = "string",
ServiceEndpoints = "string",
Tags = new[]
{
"string",
},
Timeouts = new Ibm.Inputs.PagInstanceTimeoutsArgs
{
Create = "string",
Delete = "string",
Update = "string",
},
});
example, err := ibm.NewPagInstance(ctx, "pagInstanceResource", &ibm.PagInstanceArgs{
Location: pulumi.String("string"),
Plan: pulumi.String("string"),
Service: pulumi.String("string"),
Name: pulumi.String("string"),
PagInstanceId: pulumi.String("string"),
Parameters: pulumi.StringMap{
"string": pulumi.String("string"),
},
ParametersJson: pulumi.String("string"),
ResourceGroupId: pulumi.String("string"),
ServiceEndpoints: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
Timeouts: &ibm.PagInstanceTimeoutsArgs{
Create: pulumi.String("string"),
Delete: pulumi.String("string"),
Update: pulumi.String("string"),
},
})
var pagInstanceResource = new PagInstance("pagInstanceResource", PagInstanceArgs.builder()
.location("string")
.plan("string")
.service("string")
.name("string")
.pagInstanceId("string")
.parameters(Map.of("string", "string"))
.parametersJson("string")
.resourceGroupId("string")
.serviceEndpoints("string")
.tags("string")
.timeouts(PagInstanceTimeoutsArgs.builder()
.create("string")
.delete("string")
.update("string")
.build())
.build());
pag_instance_resource = ibm.PagInstance("pagInstanceResource",
location="string",
plan="string",
service="string",
name="string",
pag_instance_id="string",
parameters={
"string": "string",
},
parameters_json="string",
resource_group_id="string",
service_endpoints="string",
tags=["string"],
timeouts={
"create": "string",
"delete": "string",
"update": "string",
})
const pagInstanceResource = new ibm.PagInstance("pagInstanceResource", {
location: "string",
plan: "string",
service: "string",
name: "string",
pagInstanceId: "string",
parameters: {
string: "string",
},
parametersJson: "string",
resourceGroupId: "string",
serviceEndpoints: "string",
tags: ["string"],
timeouts: {
create: "string",
"delete": "string",
update: "string",
},
});
type: ibm:PagInstance
properties:
location: string
name: string
pagInstanceId: string
parameters:
string: string
parametersJson: string
plan: string
resourceGroupId: string
service: string
serviceEndpoints: string
tags:
- string
timeouts:
create: string
delete: string
update: string
PagInstance Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The PagInstance resource accepts the following input properties:
- Location string
- Target location or environment to create the PAG instance.
- Plan string
- The name of the plan type supported by service i.e
standard
. - Service string
- The name of the service i.e
privileged-access-gateway
. - Name string
- A descriptive name used to identify the resource instance.
- Pag
Instance stringId - (String) The unique identifier of the new resource instance.
- Parameters Dictionary<string, string>
- Arbitrary parameters to pass. Must be a JSON object
- Parameters
Json string Parameters to create PAG instance. The value must be a JSON string.
Nested scheme for
parameters_json
:- Resource
Group stringId - The ID of the resource group where you want to create the PAG service. You can retrieve the value from data source
ibm.ResourceGroup
. If not provided creates the service in default resource group. - Service
Endpoints string - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- List<string>
- Tags associated with the PAG instance.
- Timeouts
Pag
Instance Timeouts
- Location string
- Target location or environment to create the PAG instance.
- Plan string
- The name of the plan type supported by service i.e
standard
. - Service string
- The name of the service i.e
privileged-access-gateway
. - Name string
- A descriptive name used to identify the resource instance.
- Pag
Instance stringId - (String) The unique identifier of the new resource instance.
- Parameters map[string]string
- Arbitrary parameters to pass. Must be a JSON object
- Parameters
Json string Parameters to create PAG instance. The value must be a JSON string.
Nested scheme for
parameters_json
:- Resource
Group stringId - The ID of the resource group where you want to create the PAG service. You can retrieve the value from data source
ibm.ResourceGroup
. If not provided creates the service in default resource group. - Service
Endpoints string - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- []string
- Tags associated with the PAG instance.
- Timeouts
Pag
Instance Timeouts Args
- location String
- Target location or environment to create the PAG instance.
- plan String
- The name of the plan type supported by service i.e
standard
. - service String
- The name of the service i.e
privileged-access-gateway
. - name String
- A descriptive name used to identify the resource instance.
- pag
Instance StringId - (String) The unique identifier of the new resource instance.
- parameters Map<String,String>
- Arbitrary parameters to pass. Must be a JSON object
- parameters
Json String Parameters to create PAG instance. The value must be a JSON string.
Nested scheme for
parameters_json
:- resource
Group StringId - The ID of the resource group where you want to create the PAG service. You can retrieve the value from data source
ibm.ResourceGroup
. If not provided creates the service in default resource group. - service
Endpoints String - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- List<String>
- Tags associated with the PAG instance.
- timeouts
Pag
Instance Timeouts
- location string
- Target location or environment to create the PAG instance.
- plan string
- The name of the plan type supported by service i.e
standard
. - service string
- The name of the service i.e
privileged-access-gateway
. - name string
- A descriptive name used to identify the resource instance.
- pag
Instance stringId - (String) The unique identifier of the new resource instance.
- parameters {[key: string]: string}
- Arbitrary parameters to pass. Must be a JSON object
- parameters
Json string Parameters to create PAG instance. The value must be a JSON string.
Nested scheme for
parameters_json
:- resource
Group stringId - The ID of the resource group where you want to create the PAG service. You can retrieve the value from data source
ibm.ResourceGroup
. If not provided creates the service in default resource group. - service
Endpoints string - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- string[]
- Tags associated with the PAG instance.
- timeouts
Pag
Instance Timeouts
- location str
- Target location or environment to create the PAG instance.
- plan str
- The name of the plan type supported by service i.e
standard
. - service str
- The name of the service i.e
privileged-access-gateway
. - name str
- A descriptive name used to identify the resource instance.
- pag_
instance_ strid - (String) The unique identifier of the new resource instance.
- parameters Mapping[str, str]
- Arbitrary parameters to pass. Must be a JSON object
- parameters_
json str Parameters to create PAG instance. The value must be a JSON string.
Nested scheme for
parameters_json
:- resource_
group_ strid - The ID of the resource group where you want to create the PAG service. You can retrieve the value from data source
ibm.ResourceGroup
. If not provided creates the service in default resource group. - service_
endpoints str - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- Sequence[str]
- Tags associated with the PAG instance.
- timeouts
Pag
Instance Timeouts Args
- location String
- Target location or environment to create the PAG instance.
- plan String
- The name of the plan type supported by service i.e
standard
. - service String
- The name of the service i.e
privileged-access-gateway
. - name String
- A descriptive name used to identify the resource instance.
- pag
Instance StringId - (String) The unique identifier of the new resource instance.
- parameters Map<String>
- Arbitrary parameters to pass. Must be a JSON object
- parameters
Json String Parameters to create PAG instance. The value must be a JSON string.
Nested scheme for
parameters_json
:- resource
Group StringId - The ID of the resource group where you want to create the PAG service. You can retrieve the value from data source
ibm.ResourceGroup
. If not provided creates the service in default resource group. - service
Endpoints String - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- List<String>
- Tags associated with the PAG instance.
- timeouts Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the PagInstance resource produces the following output properties:
- Account
Id string - (String) An alpha-numeric value identifying the account ID.
- Allow
Cleanup bool - (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- Created
At string - (Timestamp) The date when the instance created.
- Created
By string - (String) The subject who created the instance.
- Crn string
- CRN of resource instance
- Dashboard
Url string - Dashboard URL to access resource.
- Deleted
At string - The date when the instance was deleted.
- Deleted
By string - The subject who deleted the instance.
- Extensions Dictionary<string, string>
- The extended metadata as a map associated with the resource instance.
- Guid string
- (String) The GUID of the resource instance.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Operation Dictionary<string, string> - (String) The status of the last operation requested on the instance.
- Locked bool
- (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- Onetime
Credentials bool - A boolean that dictates if the onetime_credentials is true or false.
- Plan
Histories List<PagInstance Plan History> - (String) The plan history of the instance.
- Resource
Aliases stringUrl - (String) The relative path to the resource aliases for the instance.
- Resource
Bindings stringUrl - (String) The relative path to the resource bindings for the instance.
- Resource
Controller stringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- Resource
Crn string - The crn of the resource
- Resource
Group stringCrn - (String) The long ID (full CRN) of the resource group.
- Resource
Group stringName - The resource group name in which resource is provisioned
- Resource
Id string - (String) The unique ID of the offering. This value is provided by and stored in the global catalog.
- Resource
Keys stringUrl - (String) The relative path to the resource keys for the instance.
- Resource
Name string - The name of the resource
- Resource
Plan stringId - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- Resource
Status string - The status of the resource
- Restored
At string - The date when the instance under reclamation was restored.
- Restored
By string - The subject who restored the instance back from reclamation.
- Scheduled
Reclaim stringAt - The date when the instance was scheduled for reclamation.
- Scheduled
Reclaim stringBy - The subject who initiated the instance reclamation.
- State string
- (String) The current state of the instance. For example, if the instance is deleted, it will return removed.
- Status string
- (String) The status of resource instance.
- Sub
Type string - The sub-type of instance, e.g. cfaas .
- Target
Crn string - The full deployment CRN as defined in the global catalog
- Type string
- (String) The type of the instance. For example,
service_instance
. - Update
At string - (Timestamp) The date when the instance last updated.
- Update
By string - The subject who updated the instance.
- Account
Id string - (String) An alpha-numeric value identifying the account ID.
- Allow
Cleanup bool - (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- Created
At string - (Timestamp) The date when the instance created.
- Created
By string - (String) The subject who created the instance.
- Crn string
- CRN of resource instance
- Dashboard
Url string - Dashboard URL to access resource.
- Deleted
At string - The date when the instance was deleted.
- Deleted
By string - The subject who deleted the instance.
- Extensions map[string]string
- The extended metadata as a map associated with the resource instance.
- Guid string
- (String) The GUID of the resource instance.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Operation map[string]string - (String) The status of the last operation requested on the instance.
- Locked bool
- (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- Onetime
Credentials bool - A boolean that dictates if the onetime_credentials is true or false.
- Plan
Histories []PagInstance Plan History - (String) The plan history of the instance.
- Resource
Aliases stringUrl - (String) The relative path to the resource aliases for the instance.
- Resource
Bindings stringUrl - (String) The relative path to the resource bindings for the instance.
- Resource
Controller stringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- Resource
Crn string - The crn of the resource
- Resource
Group stringCrn - (String) The long ID (full CRN) of the resource group.
- Resource
Group stringName - The resource group name in which resource is provisioned
- Resource
Id string - (String) The unique ID of the offering. This value is provided by and stored in the global catalog.
- Resource
Keys stringUrl - (String) The relative path to the resource keys for the instance.
- Resource
Name string - The name of the resource
- Resource
Plan stringId - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- Resource
Status string - The status of the resource
- Restored
At string - The date when the instance under reclamation was restored.
- Restored
By string - The subject who restored the instance back from reclamation.
- Scheduled
Reclaim stringAt - The date when the instance was scheduled for reclamation.
- Scheduled
Reclaim stringBy - The subject who initiated the instance reclamation.
- State string
- (String) The current state of the instance. For example, if the instance is deleted, it will return removed.
- Status string
- (String) The status of resource instance.
- Sub
Type string - The sub-type of instance, e.g. cfaas .
- Target
Crn string - The full deployment CRN as defined in the global catalog
- Type string
- (String) The type of the instance. For example,
service_instance
. - Update
At string - (Timestamp) The date when the instance last updated.
- Update
By string - The subject who updated the instance.
- account
Id String - (String) An alpha-numeric value identifying the account ID.
- allow
Cleanup Boolean - (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- created
At String - (Timestamp) The date when the instance created.
- created
By String - (String) The subject who created the instance.
- crn String
- CRN of resource instance
- dashboard
Url String - Dashboard URL to access resource.
- deleted
At String - The date when the instance was deleted.
- deleted
By String - The subject who deleted the instance.
- extensions Map<String,String>
- The extended metadata as a map associated with the resource instance.
- guid String
- (String) The GUID of the resource instance.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Operation Map<String,String> - (String) The status of the last operation requested on the instance.
- locked Boolean
- (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- onetime
Credentials Boolean - A boolean that dictates if the onetime_credentials is true or false.
- plan
Histories List<PagInstance Plan History> - (String) The plan history of the instance.
- resource
Aliases StringUrl - (String) The relative path to the resource aliases for the instance.
- resource
Bindings StringUrl - (String) The relative path to the resource bindings for the instance.
- resource
Controller StringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- resource
Crn String - The crn of the resource
- resource
Group StringCrn - (String) The long ID (full CRN) of the resource group.
- resource
Group StringName - The resource group name in which resource is provisioned
- resource
Id String - (String) The unique ID of the offering. This value is provided by and stored in the global catalog.
- resource
Keys StringUrl - (String) The relative path to the resource keys for the instance.
- resource
Name String - The name of the resource
- resource
Plan StringId - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- resource
Status String - The status of the resource
- restored
At String - The date when the instance under reclamation was restored.
- restored
By String - The subject who restored the instance back from reclamation.
- scheduled
Reclaim StringAt - The date when the instance was scheduled for reclamation.
- scheduled
Reclaim StringBy - The subject who initiated the instance reclamation.
- state String
- (String) The current state of the instance. For example, if the instance is deleted, it will return removed.
- status String
- (String) The status of resource instance.
- sub
Type String - The sub-type of instance, e.g. cfaas .
- target
Crn String - The full deployment CRN as defined in the global catalog
- type String
- (String) The type of the instance. For example,
service_instance
. - update
At String - (Timestamp) The date when the instance last updated.
- update
By String - The subject who updated the instance.
- account
Id string - (String) An alpha-numeric value identifying the account ID.
- allow
Cleanup boolean - (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- created
At string - (Timestamp) The date when the instance created.
- created
By string - (String) The subject who created the instance.
- crn string
- CRN of resource instance
- dashboard
Url string - Dashboard URL to access resource.
- deleted
At string - The date when the instance was deleted.
- deleted
By string - The subject who deleted the instance.
- extensions {[key: string]: string}
- The extended metadata as a map associated with the resource instance.
- guid string
- (String) The GUID of the resource instance.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Operation {[key: string]: string} - (String) The status of the last operation requested on the instance.
- locked boolean
- (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- onetime
Credentials boolean - A boolean that dictates if the onetime_credentials is true or false.
- plan
Histories PagInstance Plan History[] - (String) The plan history of the instance.
- resource
Aliases stringUrl - (String) The relative path to the resource aliases for the instance.
- resource
Bindings stringUrl - (String) The relative path to the resource bindings for the instance.
- resource
Controller stringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- resource
Crn string - The crn of the resource
- resource
Group stringCrn - (String) The long ID (full CRN) of the resource group.
- resource
Group stringName - The resource group name in which resource is provisioned
- resource
Id string - (String) The unique ID of the offering. This value is provided by and stored in the global catalog.
- resource
Keys stringUrl - (String) The relative path to the resource keys for the instance.
- resource
Name string - The name of the resource
- resource
Plan stringId - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- resource
Status string - The status of the resource
- restored
At string - The date when the instance under reclamation was restored.
- restored
By string - The subject who restored the instance back from reclamation.
- scheduled
Reclaim stringAt - The date when the instance was scheduled for reclamation.
- scheduled
Reclaim stringBy - The subject who initiated the instance reclamation.
- state string
- (String) The current state of the instance. For example, if the instance is deleted, it will return removed.
- status string
- (String) The status of resource instance.
- sub
Type string - The sub-type of instance, e.g. cfaas .
- target
Crn string - The full deployment CRN as defined in the global catalog
- type string
- (String) The type of the instance. For example,
service_instance
. - update
At string - (Timestamp) The date when the instance last updated.
- update
By string - The subject who updated the instance.
- account_
id str - (String) An alpha-numeric value identifying the account ID.
- allow_
cleanup bool - (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- created_
at str - (Timestamp) The date when the instance created.
- created_
by str - (String) The subject who created the instance.
- crn str
- CRN of resource instance
- dashboard_
url str - Dashboard URL to access resource.
- deleted_
at str - The date when the instance was deleted.
- deleted_
by str - The subject who deleted the instance.
- extensions Mapping[str, str]
- The extended metadata as a map associated with the resource instance.
- guid str
- (String) The GUID of the resource instance.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
operation Mapping[str, str] - (String) The status of the last operation requested on the instance.
- locked bool
- (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- onetime_
credentials bool - A boolean that dictates if the onetime_credentials is true or false.
- plan_
histories Sequence[PagInstance Plan History] - (String) The plan history of the instance.
- resource_
aliases_ strurl - (String) The relative path to the resource aliases for the instance.
- resource_
bindings_ strurl - (String) The relative path to the resource bindings for the instance.
- resource_
controller_ strurl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- resource_
crn str - The crn of the resource
- resource_
group_ strcrn - (String) The long ID (full CRN) of the resource group.
- resource_
group_ strname - The resource group name in which resource is provisioned
- resource_
id str - (String) The unique ID of the offering. This value is provided by and stored in the global catalog.
- resource_
keys_ strurl - (String) The relative path to the resource keys for the instance.
- resource_
name str - The name of the resource
- resource_
plan_ strid - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- resource_
status str - The status of the resource
- restored_
at str - The date when the instance under reclamation was restored.
- restored_
by str - The subject who restored the instance back from reclamation.
- scheduled_
reclaim_ strat - The date when the instance was scheduled for reclamation.
- scheduled_
reclaim_ strby - The subject who initiated the instance reclamation.
- state str
- (String) The current state of the instance. For example, if the instance is deleted, it will return removed.
- status str
- (String) The status of resource instance.
- sub_
type str - The sub-type of instance, e.g. cfaas .
- target_
crn str - The full deployment CRN as defined in the global catalog
- type str
- (String) The type of the instance. For example,
service_instance
. - update_
at str - (Timestamp) The date when the instance last updated.
- update_
by str - The subject who updated the instance.
- account
Id String - (String) An alpha-numeric value identifying the account ID.
- allow
Cleanup Boolean - (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- created
At String - (Timestamp) The date when the instance created.
- created
By String - (String) The subject who created the instance.
- crn String
- CRN of resource instance
- dashboard
Url String - Dashboard URL to access resource.
- deleted
At String - The date when the instance was deleted.
- deleted
By String - The subject who deleted the instance.
- extensions Map<String>
- The extended metadata as a map associated with the resource instance.
- guid String
- (String) The GUID of the resource instance.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Operation Map<String> - (String) The status of the last operation requested on the instance.
- locked Boolean
- (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- onetime
Credentials Boolean - A boolean that dictates if the onetime_credentials is true or false.
- plan
Histories List<Property Map> - (String) The plan history of the instance.
- resource
Aliases StringUrl - (String) The relative path to the resource aliases for the instance.
- resource
Bindings StringUrl - (String) The relative path to the resource bindings for the instance.
- resource
Controller StringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- resource
Crn String - The crn of the resource
- resource
Group StringCrn - (String) The long ID (full CRN) of the resource group.
- resource
Group StringName - The resource group name in which resource is provisioned
- resource
Id String - (String) The unique ID of the offering. This value is provided by and stored in the global catalog.
- resource
Keys StringUrl - (String) The relative path to the resource keys for the instance.
- resource
Name String - The name of the resource
- resource
Plan StringId - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- resource
Status String - The status of the resource
- restored
At String - The date when the instance under reclamation was restored.
- restored
By String - The subject who restored the instance back from reclamation.
- scheduled
Reclaim StringAt - The date when the instance was scheduled for reclamation.
- scheduled
Reclaim StringBy - The subject who initiated the instance reclamation.
- state String
- (String) The current state of the instance. For example, if the instance is deleted, it will return removed.
- status String
- (String) The status of resource instance.
- sub
Type String - The sub-type of instance, e.g. cfaas .
- target
Crn String - The full deployment CRN as defined in the global catalog
- type String
- (String) The type of the instance. For example,
service_instance
. - update
At String - (Timestamp) The date when the instance last updated.
- update
By String - The subject who updated the instance.
Look up Existing PagInstance Resource
Get an existing PagInstance resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: PagInstanceState, opts?: CustomResourceOptions): PagInstance
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[str] = None,
allow_cleanup: Optional[bool] = None,
created_at: Optional[str] = None,
created_by: Optional[str] = None,
crn: Optional[str] = None,
dashboard_url: Optional[str] = None,
deleted_at: Optional[str] = None,
deleted_by: Optional[str] = None,
extensions: Optional[Mapping[str, str]] = None,
guid: Optional[str] = None,
last_operation: Optional[Mapping[str, str]] = None,
location: Optional[str] = None,
locked: Optional[bool] = None,
name: Optional[str] = None,
onetime_credentials: Optional[bool] = None,
pag_instance_id: Optional[str] = None,
parameters: Optional[Mapping[str, str]] = None,
parameters_json: Optional[str] = None,
plan: Optional[str] = None,
plan_histories: Optional[Sequence[PagInstancePlanHistoryArgs]] = None,
resource_aliases_url: Optional[str] = None,
resource_bindings_url: Optional[str] = None,
resource_controller_url: Optional[str] = None,
resource_crn: Optional[str] = None,
resource_group_crn: Optional[str] = None,
resource_group_id: Optional[str] = None,
resource_group_name: Optional[str] = None,
resource_id: Optional[str] = None,
resource_keys_url: Optional[str] = None,
resource_name: Optional[str] = None,
resource_plan_id: Optional[str] = None,
resource_status: Optional[str] = None,
restored_at: Optional[str] = None,
restored_by: Optional[str] = None,
scheduled_reclaim_at: Optional[str] = None,
scheduled_reclaim_by: Optional[str] = None,
service: Optional[str] = None,
service_endpoints: Optional[str] = None,
state: Optional[str] = None,
status: Optional[str] = None,
sub_type: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
target_crn: Optional[str] = None,
timeouts: Optional[PagInstanceTimeoutsArgs] = None,
type: Optional[str] = None,
update_at: Optional[str] = None,
update_by: Optional[str] = None) -> PagInstance
func GetPagInstance(ctx *Context, name string, id IDInput, state *PagInstanceState, opts ...ResourceOption) (*PagInstance, error)
public static PagInstance Get(string name, Input<string> id, PagInstanceState? state, CustomResourceOptions? opts = null)
public static PagInstance get(String name, Output<String> id, PagInstanceState state, CustomResourceOptions options)
resources: _: type: ibm:PagInstance get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Account
Id string - (String) An alpha-numeric value identifying the account ID.
- Allow
Cleanup bool - (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- Created
At string - (Timestamp) The date when the instance created.
- Created
By string - (String) The subject who created the instance.
- Crn string
- CRN of resource instance
- Dashboard
Url string - Dashboard URL to access resource.
- Deleted
At string - The date when the instance was deleted.
- Deleted
By string - The subject who deleted the instance.
- Extensions Dictionary<string, string>
- The extended metadata as a map associated with the resource instance.
- Guid string
- (String) The GUID of the resource instance.
- Last
Operation Dictionary<string, string> - (String) The status of the last operation requested on the instance.
- Location string
- Target location or environment to create the PAG instance.
- Locked bool
- (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- Name string
- A descriptive name used to identify the resource instance.
- Onetime
Credentials bool - A boolean that dictates if the onetime_credentials is true or false.
- Pag
Instance stringId - (String) The unique identifier of the new resource instance.
- Parameters Dictionary<string, string>
- Arbitrary parameters to pass. Must be a JSON object
- Parameters
Json string Parameters to create PAG instance. The value must be a JSON string.
Nested scheme for
parameters_json
:- Plan string
- The name of the plan type supported by service i.e
standard
. - Plan
Histories List<PagInstance Plan History> - (String) The plan history of the instance.
- Resource
Aliases stringUrl - (String) The relative path to the resource aliases for the instance.
- Resource
Bindings stringUrl - (String) The relative path to the resource bindings for the instance.
- Resource
Controller stringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- Resource
Crn string - The crn of the resource
- Resource
Group stringCrn - (String) The long ID (full CRN) of the resource group.
- Resource
Group stringId - The ID of the resource group where you want to create the PAG service. You can retrieve the value from data source
ibm.ResourceGroup
. If not provided creates the service in default resource group. - Resource
Group stringName - The resource group name in which resource is provisioned
- Resource
Id string - (String) The unique ID of the offering. This value is provided by and stored in the global catalog.
- Resource
Keys stringUrl - (String) The relative path to the resource keys for the instance.
- Resource
Name string - The name of the resource
- Resource
Plan stringId - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- Resource
Status string - The status of the resource
- Restored
At string - The date when the instance under reclamation was restored.
- Restored
By string - The subject who restored the instance back from reclamation.
- Scheduled
Reclaim stringAt - The date when the instance was scheduled for reclamation.
- Scheduled
Reclaim stringBy - The subject who initiated the instance reclamation.
- Service string
- The name of the service i.e
privileged-access-gateway
. - Service
Endpoints string - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- State string
- (String) The current state of the instance. For example, if the instance is deleted, it will return removed.
- Status string
- (String) The status of resource instance.
- Sub
Type string - The sub-type of instance, e.g. cfaas .
- List<string>
- Tags associated with the PAG instance.
- Target
Crn string - The full deployment CRN as defined in the global catalog
- Timeouts
Pag
Instance Timeouts - Type string
- (String) The type of the instance. For example,
service_instance
. - Update
At string - (Timestamp) The date when the instance last updated.
- Update
By string - The subject who updated the instance.
- Account
Id string - (String) An alpha-numeric value identifying the account ID.
- Allow
Cleanup bool - (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- Created
At string - (Timestamp) The date when the instance created.
- Created
By string - (String) The subject who created the instance.
- Crn string
- CRN of resource instance
- Dashboard
Url string - Dashboard URL to access resource.
- Deleted
At string - The date when the instance was deleted.
- Deleted
By string - The subject who deleted the instance.
- Extensions map[string]string
- The extended metadata as a map associated with the resource instance.
- Guid string
- (String) The GUID of the resource instance.
- Last
Operation map[string]string - (String) The status of the last operation requested on the instance.
- Location string
- Target location or environment to create the PAG instance.
- Locked bool
- (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- Name string
- A descriptive name used to identify the resource instance.
- Onetime
Credentials bool - A boolean that dictates if the onetime_credentials is true or false.
- Pag
Instance stringId - (String) The unique identifier of the new resource instance.
- Parameters map[string]string
- Arbitrary parameters to pass. Must be a JSON object
- Parameters
Json string Parameters to create PAG instance. The value must be a JSON string.
Nested scheme for
parameters_json
:- Plan string
- The name of the plan type supported by service i.e
standard
. - Plan
Histories []PagInstance Plan History Args - (String) The plan history of the instance.
- Resource
Aliases stringUrl - (String) The relative path to the resource aliases for the instance.
- Resource
Bindings stringUrl - (String) The relative path to the resource bindings for the instance.
- Resource
Controller stringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- Resource
Crn string - The crn of the resource
- Resource
Group stringCrn - (String) The long ID (full CRN) of the resource group.
- Resource
Group stringId - The ID of the resource group where you want to create the PAG service. You can retrieve the value from data source
ibm.ResourceGroup
. If not provided creates the service in default resource group. - Resource
Group stringName - The resource group name in which resource is provisioned
- Resource
Id string - (String) The unique ID of the offering. This value is provided by and stored in the global catalog.
- Resource
Keys stringUrl - (String) The relative path to the resource keys for the instance.
- Resource
Name string - The name of the resource
- Resource
Plan stringId - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- Resource
Status string - The status of the resource
- Restored
At string - The date when the instance under reclamation was restored.
- Restored
By string - The subject who restored the instance back from reclamation.
- Scheduled
Reclaim stringAt - The date when the instance was scheduled for reclamation.
- Scheduled
Reclaim stringBy - The subject who initiated the instance reclamation.
- Service string
- The name of the service i.e
privileged-access-gateway
. - Service
Endpoints string - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- State string
- (String) The current state of the instance. For example, if the instance is deleted, it will return removed.
- Status string
- (String) The status of resource instance.
- Sub
Type string - The sub-type of instance, e.g. cfaas .
- []string
- Tags associated with the PAG instance.
- Target
Crn string - The full deployment CRN as defined in the global catalog
- Timeouts
Pag
Instance Timeouts Args - Type string
- (String) The type of the instance. For example,
service_instance
. - Update
At string - (Timestamp) The date when the instance last updated.
- Update
By string - The subject who updated the instance.
- account
Id String - (String) An alpha-numeric value identifying the account ID.
- allow
Cleanup Boolean - (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- created
At String - (Timestamp) The date when the instance created.
- created
By String - (String) The subject who created the instance.
- crn String
- CRN of resource instance
- dashboard
Url String - Dashboard URL to access resource.
- deleted
At String - The date when the instance was deleted.
- deleted
By String - The subject who deleted the instance.
- extensions Map<String,String>
- The extended metadata as a map associated with the resource instance.
- guid String
- (String) The GUID of the resource instance.
- last
Operation Map<String,String> - (String) The status of the last operation requested on the instance.
- location String
- Target location or environment to create the PAG instance.
- locked Boolean
- (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- name String
- A descriptive name used to identify the resource instance.
- onetime
Credentials Boolean - A boolean that dictates if the onetime_credentials is true or false.
- pag
Instance StringId - (String) The unique identifier of the new resource instance.
- parameters Map<String,String>
- Arbitrary parameters to pass. Must be a JSON object
- parameters
Json String Parameters to create PAG instance. The value must be a JSON string.
Nested scheme for
parameters_json
:- plan String
- The name of the plan type supported by service i.e
standard
. - plan
Histories List<PagInstance Plan History> - (String) The plan history of the instance.
- resource
Aliases StringUrl - (String) The relative path to the resource aliases for the instance.
- resource
Bindings StringUrl - (String) The relative path to the resource bindings for the instance.
- resource
Controller StringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- resource
Crn String - The crn of the resource
- resource
Group StringCrn - (String) The long ID (full CRN) of the resource group.
- resource
Group StringId - The ID of the resource group where you want to create the PAG service. You can retrieve the value from data source
ibm.ResourceGroup
. If not provided creates the service in default resource group. - resource
Group StringName - The resource group name in which resource is provisioned
- resource
Id String - (String) The unique ID of the offering. This value is provided by and stored in the global catalog.
- resource
Keys StringUrl - (String) The relative path to the resource keys for the instance.
- resource
Name String - The name of the resource
- resource
Plan StringId - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- resource
Status String - The status of the resource
- restored
At String - The date when the instance under reclamation was restored.
- restored
By String - The subject who restored the instance back from reclamation.
- scheduled
Reclaim StringAt - The date when the instance was scheduled for reclamation.
- scheduled
Reclaim StringBy - The subject who initiated the instance reclamation.
- service String
- The name of the service i.e
privileged-access-gateway
. - service
Endpoints String - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- state String
- (String) The current state of the instance. For example, if the instance is deleted, it will return removed.
- status String
- (String) The status of resource instance.
- sub
Type String - The sub-type of instance, e.g. cfaas .
- List<String>
- Tags associated with the PAG instance.
- target
Crn String - The full deployment CRN as defined in the global catalog
- timeouts
Pag
Instance Timeouts - type String
- (String) The type of the instance. For example,
service_instance
. - update
At String - (Timestamp) The date when the instance last updated.
- update
By String - The subject who updated the instance.
- account
Id string - (String) An alpha-numeric value identifying the account ID.
- allow
Cleanup boolean - (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- created
At string - (Timestamp) The date when the instance created.
- created
By string - (String) The subject who created the instance.
- crn string
- CRN of resource instance
- dashboard
Url string - Dashboard URL to access resource.
- deleted
At string - The date when the instance was deleted.
- deleted
By string - The subject who deleted the instance.
- extensions {[key: string]: string}
- The extended metadata as a map associated with the resource instance.
- guid string
- (String) The GUID of the resource instance.
- last
Operation {[key: string]: string} - (String) The status of the last operation requested on the instance.
- location string
- Target location or environment to create the PAG instance.
- locked boolean
- (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- name string
- A descriptive name used to identify the resource instance.
- onetime
Credentials boolean - A boolean that dictates if the onetime_credentials is true or false.
- pag
Instance stringId - (String) The unique identifier of the new resource instance.
- parameters {[key: string]: string}
- Arbitrary parameters to pass. Must be a JSON object
- parameters
Json string Parameters to create PAG instance. The value must be a JSON string.
Nested scheme for
parameters_json
:- plan string
- The name of the plan type supported by service i.e
standard
. - plan
Histories PagInstance Plan History[] - (String) The plan history of the instance.
- resource
Aliases stringUrl - (String) The relative path to the resource aliases for the instance.
- resource
Bindings stringUrl - (String) The relative path to the resource bindings for the instance.
- resource
Controller stringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- resource
Crn string - The crn of the resource
- resource
Group stringCrn - (String) The long ID (full CRN) of the resource group.
- resource
Group stringId - The ID of the resource group where you want to create the PAG service. You can retrieve the value from data source
ibm.ResourceGroup
. If not provided creates the service in default resource group. - resource
Group stringName - The resource group name in which resource is provisioned
- resource
Id string - (String) The unique ID of the offering. This value is provided by and stored in the global catalog.
- resource
Keys stringUrl - (String) The relative path to the resource keys for the instance.
- resource
Name string - The name of the resource
- resource
Plan stringId - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- resource
Status string - The status of the resource
- restored
At string - The date when the instance under reclamation was restored.
- restored
By string - The subject who restored the instance back from reclamation.
- scheduled
Reclaim stringAt - The date when the instance was scheduled for reclamation.
- scheduled
Reclaim stringBy - The subject who initiated the instance reclamation.
- service string
- The name of the service i.e
privileged-access-gateway
. - service
Endpoints string - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- state string
- (String) The current state of the instance. For example, if the instance is deleted, it will return removed.
- status string
- (String) The status of resource instance.
- sub
Type string - The sub-type of instance, e.g. cfaas .
- string[]
- Tags associated with the PAG instance.
- target
Crn string - The full deployment CRN as defined in the global catalog
- timeouts
Pag
Instance Timeouts - type string
- (String) The type of the instance. For example,
service_instance
. - update
At string - (Timestamp) The date when the instance last updated.
- update
By string - The subject who updated the instance.
- account_
id str - (String) An alpha-numeric value identifying the account ID.
- allow_
cleanup bool - (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- created_
at str - (Timestamp) The date when the instance created.
- created_
by str - (String) The subject who created the instance.
- crn str
- CRN of resource instance
- dashboard_
url str - Dashboard URL to access resource.
- deleted_
at str - The date when the instance was deleted.
- deleted_
by str - The subject who deleted the instance.
- extensions Mapping[str, str]
- The extended metadata as a map associated with the resource instance.
- guid str
- (String) The GUID of the resource instance.
- last_
operation Mapping[str, str] - (String) The status of the last operation requested on the instance.
- location str
- Target location or environment to create the PAG instance.
- locked bool
- (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- name str
- A descriptive name used to identify the resource instance.
- onetime_
credentials bool - A boolean that dictates if the onetime_credentials is true or false.
- pag_
instance_ strid - (String) The unique identifier of the new resource instance.
- parameters Mapping[str, str]
- Arbitrary parameters to pass. Must be a JSON object
- parameters_
json str Parameters to create PAG instance. The value must be a JSON string.
Nested scheme for
parameters_json
:- plan str
- The name of the plan type supported by service i.e
standard
. - plan_
histories Sequence[PagInstance Plan History Args] - (String) The plan history of the instance.
- resource_
aliases_ strurl - (String) The relative path to the resource aliases for the instance.
- resource_
bindings_ strurl - (String) The relative path to the resource bindings for the instance.
- resource_
controller_ strurl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- resource_
crn str - The crn of the resource
- resource_
group_ strcrn - (String) The long ID (full CRN) of the resource group.
- resource_
group_ strid - The ID of the resource group where you want to create the PAG service. You can retrieve the value from data source
ibm.ResourceGroup
. If not provided creates the service in default resource group. - resource_
group_ strname - The resource group name in which resource is provisioned
- resource_
id str - (String) The unique ID of the offering. This value is provided by and stored in the global catalog.
- resource_
keys_ strurl - (String) The relative path to the resource keys for the instance.
- resource_
name str - The name of the resource
- resource_
plan_ strid - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- resource_
status str - The status of the resource
- restored_
at str - The date when the instance under reclamation was restored.
- restored_
by str - The subject who restored the instance back from reclamation.
- scheduled_
reclaim_ strat - The date when the instance was scheduled for reclamation.
- scheduled_
reclaim_ strby - The subject who initiated the instance reclamation.
- service str
- The name of the service i.e
privileged-access-gateway
. - service_
endpoints str - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- state str
- (String) The current state of the instance. For example, if the instance is deleted, it will return removed.
- status str
- (String) The status of resource instance.
- sub_
type str - The sub-type of instance, e.g. cfaas .
- Sequence[str]
- Tags associated with the PAG instance.
- target_
crn str - The full deployment CRN as defined in the global catalog
- timeouts
Pag
Instance Timeouts Args - type str
- (String) The type of the instance. For example,
service_instance
. - update_
at str - (Timestamp) The date when the instance last updated.
- update_
by str - The subject who updated the instance.
- account
Id String - (String) An alpha-numeric value identifying the account ID.
- allow
Cleanup Boolean - (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- created
At String - (Timestamp) The date when the instance created.
- created
By String - (String) The subject who created the instance.
- crn String
- CRN of resource instance
- dashboard
Url String - Dashboard URL to access resource.
- deleted
At String - The date when the instance was deleted.
- deleted
By String - The subject who deleted the instance.
- extensions Map<String>
- The extended metadata as a map associated with the resource instance.
- guid String
- (String) The GUID of the resource instance.
- last
Operation Map<String> - (String) The status of the last operation requested on the instance.
- location String
- Target location or environment to create the PAG instance.
- locked Boolean
- (String) A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- name String
- A descriptive name used to identify the resource instance.
- onetime
Credentials Boolean - A boolean that dictates if the onetime_credentials is true or false.
- pag
Instance StringId - (String) The unique identifier of the new resource instance.
- parameters Map<String>
- Arbitrary parameters to pass. Must be a JSON object
- parameters
Json String Parameters to create PAG instance. The value must be a JSON string.
Nested scheme for
parameters_json
:- plan String
- The name of the plan type supported by service i.e
standard
. - plan
Histories List<Property Map> - (String) The plan history of the instance.
- resource
Aliases StringUrl - (String) The relative path to the resource aliases for the instance.
- resource
Bindings StringUrl - (String) The relative path to the resource bindings for the instance.
- resource
Controller StringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- resource
Crn String - The crn of the resource
- resource
Group StringCrn - (String) The long ID (full CRN) of the resource group.
- resource
Group StringId - The ID of the resource group where you want to create the PAG service. You can retrieve the value from data source
ibm.ResourceGroup
. If not provided creates the service in default resource group. - resource
Group StringName - The resource group name in which resource is provisioned
- resource
Id String - (String) The unique ID of the offering. This value is provided by and stored in the global catalog.
- resource
Keys StringUrl - (String) The relative path to the resource keys for the instance.
- resource
Name String - The name of the resource
- resource
Plan StringId - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- resource
Status String - The status of the resource
- restored
At String - The date when the instance under reclamation was restored.
- restored
By String - The subject who restored the instance back from reclamation.
- scheduled
Reclaim StringAt - The date when the instance was scheduled for reclamation.
- scheduled
Reclaim StringBy - The subject who initiated the instance reclamation.
- service String
- The name of the service i.e
privileged-access-gateway
. - service
Endpoints String - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- state String
- (String) The current state of the instance. For example, if the instance is deleted, it will return removed.
- status String
- (String) The status of resource instance.
- sub
Type String - The sub-type of instance, e.g. cfaas .
- List<String>
- Tags associated with the PAG instance.
- target
Crn String - The full deployment CRN as defined in the global catalog
- timeouts Property Map
- type String
- (String) The type of the instance. For example,
service_instance
. - update
At String - (Timestamp) The date when the instance last updated.
- update
By String - The subject who updated the instance.
Supporting Types
PagInstancePlanHistory, PagInstancePlanHistoryArgs
- Resource
Plan stringId - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- Start
Date string
- Resource
Plan stringId - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- Start
Date string
- resource
Plan StringId - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- start
Date String
- resource
Plan stringId - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- start
Date string
- resource_
plan_ strid - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- start_
date str
- resource
Plan StringId - (String) The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.
- start
Date String
PagInstanceTimeouts, PagInstanceTimeoutsArgs
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.