awx.CredentialGalaxy
Explore with Pulumi AI
Create CredentialGalaxy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CredentialGalaxy(name: string, args: CredentialGalaxyArgs, opts?: CustomResourceOptions);
@overload
def CredentialGalaxy(resource_name: str,
args: CredentialGalaxyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CredentialGalaxy(resource_name: str,
opts: Optional[ResourceOptions] = None,
organization_id: Optional[float] = None,
url: Optional[str] = None,
auth_url: Optional[str] = None,
credential_galaxy_id: Optional[str] = None,
description: Optional[str] = None,
name: Optional[str] = None,
token: Optional[str] = None)
func NewCredentialGalaxy(ctx *Context, name string, args CredentialGalaxyArgs, opts ...ResourceOption) (*CredentialGalaxy, error)
public CredentialGalaxy(string name, CredentialGalaxyArgs args, CustomResourceOptions? opts = null)
public CredentialGalaxy(String name, CredentialGalaxyArgs args)
public CredentialGalaxy(String name, CredentialGalaxyArgs args, CustomResourceOptions options)
type: awx:CredentialGalaxy
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 CredentialGalaxyArgs
- 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 CredentialGalaxyArgs
- 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 CredentialGalaxyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CredentialGalaxyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CredentialGalaxyArgs
- 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 credentialGalaxyResource = new Awx.CredentialGalaxy("credentialGalaxyResource", new()
{
OrganizationId = 0,
Url = "string",
AuthUrl = "string",
CredentialGalaxyId = "string",
Description = "string",
Name = "string",
Token = "string",
});
example, err := awx.NewCredentialGalaxy(ctx, "credentialGalaxyResource", &awx.CredentialGalaxyArgs{
OrganizationId: pulumi.Float64(0),
Url: pulumi.String("string"),
AuthUrl: pulumi.String("string"),
CredentialGalaxyId: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Token: pulumi.String("string"),
})
var credentialGalaxyResource = new CredentialGalaxy("credentialGalaxyResource", CredentialGalaxyArgs.builder()
.organizationId(0)
.url("string")
.authUrl("string")
.credentialGalaxyId("string")
.description("string")
.name("string")
.token("string")
.build());
credential_galaxy_resource = awx.CredentialGalaxy("credentialGalaxyResource",
organization_id=0,
url="string",
auth_url="string",
credential_galaxy_id="string",
description="string",
name="string",
token="string")
const credentialGalaxyResource = new awx.CredentialGalaxy("credentialGalaxyResource", {
organizationId: 0,
url: "string",
authUrl: "string",
credentialGalaxyId: "string",
description: "string",
name: "string",
token: "string",
});
type: awx:CredentialGalaxy
properties:
authUrl: string
credentialGalaxyId: string
description: string
name: string
organizationId: 0
token: string
url: string
CredentialGalaxy 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 CredentialGalaxy resource accepts the following input properties:
- Organization
Id double - Url string
- Auth
Url string - Credential
Galaxy stringId - Description string
- Name string
- Token string
- Organization
Id float64 - Url string
- Auth
Url string - Credential
Galaxy stringId - Description string
- Name string
- Token string
- organization
Id Double - url String
- auth
Url String - credential
Galaxy StringId - description String
- name String
- token String
- organization
Id number - url string
- auth
Url string - credential
Galaxy stringId - description string
- name string
- token string
- organization_
id float - url str
- auth_
url str - credential_
galaxy_ strid - description str
- name str
- token str
- organization
Id Number - url String
- auth
Url String - credential
Galaxy StringId - description String
- name String
- token String
Outputs
All input properties are implicitly available as output properties. Additionally, the CredentialGalaxy 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 CredentialGalaxy Resource
Get an existing CredentialGalaxy 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?: CredentialGalaxyState, opts?: CustomResourceOptions): CredentialGalaxy
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
auth_url: Optional[str] = None,
credential_galaxy_id: Optional[str] = None,
description: Optional[str] = None,
name: Optional[str] = None,
organization_id: Optional[float] = None,
token: Optional[str] = None,
url: Optional[str] = None) -> CredentialGalaxy
func GetCredentialGalaxy(ctx *Context, name string, id IDInput, state *CredentialGalaxyState, opts ...ResourceOption) (*CredentialGalaxy, error)
public static CredentialGalaxy Get(string name, Input<string> id, CredentialGalaxyState? state, CustomResourceOptions? opts = null)
public static CredentialGalaxy get(String name, Output<String> id, CredentialGalaxyState state, CustomResourceOptions options)
resources: _: type: awx:CredentialGalaxy 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.
- Auth
Url string - Credential
Galaxy stringId - Description string
- Name string
- Organization
Id double - Token string
- Url string
- Auth
Url string - Credential
Galaxy stringId - Description string
- Name string
- Organization
Id float64 - Token string
- Url string
- auth
Url String - credential
Galaxy StringId - description String
- name String
- organization
Id Double - token String
- url String
- auth
Url string - credential
Galaxy stringId - description string
- name string
- organization
Id number - token string
- url string
- auth_
url str - credential_
galaxy_ strid - description str
- name str
- organization_
id float - token str
- url str
- auth
Url String - credential
Galaxy StringId - description String
- name String
- organization
Id Number - token String
- url String
Package Details
- Repository
- awx denouche/terraform-provider-awx
- License
- Notes
- This Pulumi package is based on the
awx
Terraform Provider.