1. Packages
  2. Awx Provider
  3. API Docs
  4. CredentialGalaxy
awx 0.29.1 published on Monday, Apr 14, 2025 by denouche

awx.CredentialGalaxy

Explore with Pulumi AI

awx logo
awx 0.29.1 published on Monday, Apr 14, 2025 by denouche

    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:

    OrganizationId double
    Url string
    AuthUrl string
    CredentialGalaxyId string
    Description string
    Name string
    Token string
    OrganizationId float64
    Url string
    AuthUrl string
    CredentialGalaxyId string
    Description string
    Name string
    Token string
    organizationId Double
    url String
    authUrl String
    credentialGalaxyId String
    description String
    name String
    token String
    organizationId number
    url string
    authUrl string
    credentialGalaxyId string
    description string
    name string
    token string
    organizationId Number
    url String
    authUrl String
    credentialGalaxyId String
    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.
    The following state arguments are supported:
    AuthUrl string
    CredentialGalaxyId string
    Description string
    Name string
    OrganizationId double
    Token string
    Url string
    AuthUrl string
    CredentialGalaxyId string
    Description string
    Name string
    OrganizationId float64
    Token string
    Url string
    authUrl String
    credentialGalaxyId String
    description String
    name String
    organizationId Double
    token String
    url String
    authUrl string
    credentialGalaxyId string
    description string
    name string
    organizationId number
    token string
    url string
    authUrl String
    credentialGalaxyId String
    description String
    name String
    organizationId 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.
    awx logo
    awx 0.29.1 published on Monday, Apr 14, 2025 by denouche