1. Packages
  2. AWS Native
  3. API Docs
  4. rolesanywhere
  5. getCrl

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.rolesanywhere.getCrl

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

    Definition of AWS::RolesAnywhere::CRL Resource Type

    Using getCrl

    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 getCrl(args: GetCrlArgs, opts?: InvokeOptions): Promise<GetCrlResult>
    function getCrlOutput(args: GetCrlOutputArgs, opts?: InvokeOptions): Output<GetCrlResult>
    def get_crl(crl_id: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetCrlResult
    def get_crl_output(crl_id: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetCrlResult]
    func LookupCrl(ctx *Context, args *LookupCrlArgs, opts ...InvokeOption) (*LookupCrlResult, error)
    func LookupCrlOutput(ctx *Context, args *LookupCrlOutputArgs, opts ...InvokeOption) LookupCrlResultOutput

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

    public static class GetCrl 
    {
        public static Task<GetCrlResult> InvokeAsync(GetCrlArgs args, InvokeOptions? opts = null)
        public static Output<GetCrlResult> Invoke(GetCrlInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCrlResult> getCrl(GetCrlArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:rolesanywhere:getCrl
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CrlId string
    CrlId string
    crlId String
    crlId string
    crl_id str
    crlId String

    getCrl Result

    The following output properties are available:

    CrlData string
    CrlId string
    Enabled bool
    Name string
    Tags Tag
    TrustAnchorArn string
    crlData String
    crlId String
    enabled Boolean
    name String
    tags List<Tag>
    trustAnchorArn String
    crlData string
    crlId string
    enabled boolean
    name string
    tags Tag[]
    trustAnchorArn string

    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