AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.rolesanywhere.getCrl
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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 dictionaryThe following arguments are supported:
- Crl
Id string 
- Crl
Id string 
- crl
Id String 
- crl
Id string 
- crl_
id str 
- crl
Id String 
getCrl Result
The following output properties are available:
- Crl
Data string - Crl
Id string - Enabled bool
 - Name string
 - 
List<Pulumi.
Aws Native. Outputs. Tag>  - Trust
Anchor stringArn  - The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
 
- crl_
data str - crl_
id str - enabled bool
 - name str
 - Sequence[root_Tag]
 - trust_
anchor_ strarn  - The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
 
- crl
Data String - crl
Id String - enabled Boolean
 - name String
 - List<Property Map>
 - trust
Anchor StringArn  - The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
 
Supporting Types
Tag
Package Details
- Repository
 - AWS Native pulumi/pulumi-aws-native
 - License
 - Apache-2.0
 
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi