1. Packages
  2. AWS Native
  3. API Docs
  4. eks
  5. getAddon

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.eks.getAddon

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource Schema for AWS::EKS::Addon

    Using getAddon

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getAddon(args: GetAddonArgs, opts?: InvokeOptions): Promise<GetAddonResult>
    function getAddonOutput(args: GetAddonOutputArgs, opts?: InvokeOptions): Output<GetAddonResult>
    def get_addon(addon_name: Optional[str] = None,
                  cluster_name: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetAddonResult
    def get_addon_output(addon_name: Optional[pulumi.Input[str]] = None,
                  cluster_name: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetAddonResult]
    func LookupAddon(ctx *Context, args *LookupAddonArgs, opts ...InvokeOption) (*LookupAddonResult, error)
    func LookupAddonOutput(ctx *Context, args *LookupAddonOutputArgs, opts ...InvokeOption) LookupAddonResultOutput

    > Note: This function is named LookupAddon in the Go SDK.

    public static class GetAddon 
    {
        public static Task<GetAddonResult> InvokeAsync(GetAddonArgs args, InvokeOptions? opts = null)
        public static Output<GetAddonResult> Invoke(GetAddonInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAddonResult> getAddon(GetAddonArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:eks:getAddon
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AddonName string
    Name of Addon
    ClusterName string
    Name of Cluster
    AddonName string
    Name of Addon
    ClusterName string
    Name of Cluster
    addonName String
    Name of Addon
    clusterName String
    Name of Cluster
    addonName string
    Name of Addon
    clusterName string
    Name of Cluster
    addon_name str
    Name of Addon
    cluster_name str
    Name of Cluster
    addonName String
    Name of Addon
    clusterName String
    Name of Cluster

    getAddon Result

    The following output properties are available:

    AddonVersion string
    Version of Addon
    Arn string
    Amazon Resource Name (ARN) of the add-on
    ConfigurationValues string
    The configuration values to use with the add-on
    ServiceAccountRoleArn string
    IAM role to bind to the add-on's service account
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource.
    AddonVersion string
    Version of Addon
    Arn string
    Amazon Resource Name (ARN) of the add-on
    ConfigurationValues string
    The configuration values to use with the add-on
    ServiceAccountRoleArn string
    IAM role to bind to the add-on's service account
    Tags Tag
    An array of key-value pairs to apply to this resource.
    addonVersion String
    Version of Addon
    arn String
    Amazon Resource Name (ARN) of the add-on
    configurationValues String
    The configuration values to use with the add-on
    serviceAccountRoleArn String
    IAM role to bind to the add-on's service account
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    addonVersion string
    Version of Addon
    arn string
    Amazon Resource Name (ARN) of the add-on
    configurationValues string
    The configuration values to use with the add-on
    serviceAccountRoleArn string
    IAM role to bind to the add-on's service account
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    addon_version str
    Version of Addon
    arn str
    Amazon Resource Name (ARN) of the add-on
    configuration_values str
    The configuration values to use with the add-on
    service_account_role_arn str
    IAM role to bind to the add-on's service account
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this resource.
    addonVersion String
    Version of Addon
    arn String
    Amazon Resource Name (ARN) of the add-on
    configurationValues String
    The configuration values to use with the add-on
    serviceAccountRoleArn String
    IAM role to bind to the add-on's service account
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi