AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.65.0 published on Wednesday, Jun 7, 2023 by Pulumi
aws-native.rolesanywhere.getCRL
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.65.0 published on Wednesday, Jun 7, 2023 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:
- 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. Roles Anywhere. Outputs. CRLTag> - Trust
Anchor stringArn
- crl
Data String - crl
Id String - enabled Boolean
- name String
- List<CRLTag>
- trust
Anchor StringArn
- crl_
data str - crl_
id str - enabled bool
- name str
- Sequence[CRLTag]
- trust_
anchor_ strarn
- crl
Data String - crl
Id String - enabled Boolean
- name String
- List<Property Map>
- trust
Anchor StringArn
Supporting Types
CRLTag
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.65.0 published on Wednesday, Jun 7, 2023 by Pulumi