CAST AI v7.73.2 published on Wednesday, Oct 29, 2025 by CAST AI
castai.EksUserArn
Create EksUserArn Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EksUserArn(name: string, args: EksUserArnArgs, opts?: CustomResourceOptions);@overload
def EksUserArn(resource_name: str,
args: EksUserArnArgs,
opts: Optional[ResourceOptions] = None)
@overload
def EksUserArn(resource_name: str,
opts: Optional[ResourceOptions] = None,
cluster_id: Optional[str] = None)func NewEksUserArn(ctx *Context, name string, args EksUserArnArgs, opts ...ResourceOption) (*EksUserArn, error)public EksUserArn(string name, EksUserArnArgs args, CustomResourceOptions? opts = null)
public EksUserArn(String name, EksUserArnArgs args)
public EksUserArn(String name, EksUserArnArgs args, CustomResourceOptions options)
type: castai:aws:EksUserArn
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 EksUserArnArgs
- 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 EksUserArnArgs
- 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 EksUserArnArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EksUserArnArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EksUserArnArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
EksUserArn 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 EksUserArn resource accepts the following input properties:
- Cluster
Id string
- Cluster
Id string
- cluster
Id String
- cluster
Id string
- cluster_
id str
- cluster
Id String
Outputs
All input properties are implicitly available as output properties. Additionally, the EksUserArn resource produces the following output properties:
Look up Existing EksUserArn Resource
Get an existing EksUserArn 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?: EksUserArnState, opts?: CustomResourceOptions): EksUserArn@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
arn: Optional[str] = None,
cluster_id: Optional[str] = None) -> EksUserArnfunc GetEksUserArn(ctx *Context, name string, id IDInput, state *EksUserArnState, opts ...ResourceOption) (*EksUserArn, error)public static EksUserArn Get(string name, Input<string> id, EksUserArnState? state, CustomResourceOptions? opts = null)public static EksUserArn get(String name, Output<String> id, EksUserArnState state, CustomResourceOptions options)resources: _: type: castai:aws:EksUserArn 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.
- arn str
- cluster_
id str
Package Details
- Repository
- castai castai/pulumi-castai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
castaiTerraform Provider.
