ibm.AppDomainPrivate
Explore with Pulumi AI
Create AppDomainPrivate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AppDomainPrivate(name: string, args: AppDomainPrivateArgs, opts?: CustomResourceOptions);
@overload
def AppDomainPrivate(resource_name: str,
args: AppDomainPrivateArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AppDomainPrivate(resource_name: str,
opts: Optional[ResourceOptions] = None,
org_guid: Optional[str] = None,
app_domain_private_id: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Sequence[str]] = None)
func NewAppDomainPrivate(ctx *Context, name string, args AppDomainPrivateArgs, opts ...ResourceOption) (*AppDomainPrivate, error)
public AppDomainPrivate(string name, AppDomainPrivateArgs args, CustomResourceOptions? opts = null)
public AppDomainPrivate(String name, AppDomainPrivateArgs args)
public AppDomainPrivate(String name, AppDomainPrivateArgs args, CustomResourceOptions options)
type: ibm:AppDomainPrivate
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 AppDomainPrivateArgs
- 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 AppDomainPrivateArgs
- 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 AppDomainPrivateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AppDomainPrivateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AppDomainPrivateArgs
- 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 appDomainPrivateResource = new Ibm.AppDomainPrivate("appDomainPrivateResource", new()
{
OrgGuid = "string",
AppDomainPrivateId = "string",
Name = "string",
Tags = new[]
{
"string",
},
});
example, err := ibm.NewAppDomainPrivate(ctx, "appDomainPrivateResource", &ibm.AppDomainPrivateArgs{
OrgGuid: pulumi.String("string"),
AppDomainPrivateId: pulumi.String("string"),
Name: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
})
var appDomainPrivateResource = new AppDomainPrivate("appDomainPrivateResource", AppDomainPrivateArgs.builder()
.orgGuid("string")
.appDomainPrivateId("string")
.name("string")
.tags("string")
.build());
app_domain_private_resource = ibm.AppDomainPrivate("appDomainPrivateResource",
org_guid="string",
app_domain_private_id="string",
name="string",
tags=["string"])
const appDomainPrivateResource = new ibm.AppDomainPrivate("appDomainPrivateResource", {
orgGuid: "string",
appDomainPrivateId: "string",
name: "string",
tags: ["string"],
});
type: ibm:AppDomainPrivate
properties:
appDomainPrivateId: string
name: string
orgGuid: string
tags:
- string
AppDomainPrivate 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 AppDomainPrivate resource accepts the following input properties:
- Org
Guid string - The organization that owns the domain.
- App
Domain stringPrivate Id - Name string
- The name of the domain
- List<string>
- Org
Guid string - The organization that owns the domain.
- App
Domain stringPrivate Id - Name string
- The name of the domain
- []string
- org
Guid String - The organization that owns the domain.
- app
Domain StringPrivate Id - name String
- The name of the domain
- List<String>
- org
Guid string - The organization that owns the domain.
- app
Domain stringPrivate Id - name string
- The name of the domain
- string[]
- org_
guid str - The organization that owns the domain.
- app_
domain_ strprivate_ id - name str
- The name of the domain
- Sequence[str]
- org
Guid String - The organization that owns the domain.
- app
Domain StringPrivate Id - name String
- The name of the domain
- List<String>
Outputs
All input properties are implicitly available as output properties. Additionally, the AppDomainPrivate resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing AppDomainPrivate Resource
Get an existing AppDomainPrivate 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?: AppDomainPrivateState, opts?: CustomResourceOptions): AppDomainPrivate
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
app_domain_private_id: Optional[str] = None,
name: Optional[str] = None,
org_guid: Optional[str] = None,
tags: Optional[Sequence[str]] = None) -> AppDomainPrivate
func GetAppDomainPrivate(ctx *Context, name string, id IDInput, state *AppDomainPrivateState, opts ...ResourceOption) (*AppDomainPrivate, error)
public static AppDomainPrivate Get(string name, Input<string> id, AppDomainPrivateState? state, CustomResourceOptions? opts = null)
public static AppDomainPrivate get(String name, Output<String> id, AppDomainPrivateState state, CustomResourceOptions options)
resources: _: type: ibm:AppDomainPrivate 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.
- App
Domain stringPrivate Id - Name string
- The name of the domain
- Org
Guid string - The organization that owns the domain.
- List<string>
- App
Domain stringPrivate Id - Name string
- The name of the domain
- Org
Guid string - The organization that owns the domain.
- []string
- app
Domain StringPrivate Id - name String
- The name of the domain
- org
Guid String - The organization that owns the domain.
- List<String>
- app
Domain stringPrivate Id - name string
- The name of the domain
- org
Guid string - The organization that owns the domain.
- string[]
- app_
domain_ strprivate_ id - name str
- The name of the domain
- org_
guid str - The organization that owns the domain.
- Sequence[str]
- app
Domain StringPrivate Id - name String
- The name of the domain
- org
Guid String - The organization that owns the domain.
- List<String>
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.