We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
aws-native.rolesanywhere.getCrl
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 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:
- Crl
Id string - The unique primary identifier of the Crl
- Crl
Id string - The unique primary identifier of the Crl
- crl
Id String - The unique primary identifier of the Crl
- crl
Id string - The unique primary identifier of the Crl
- crl_
id str - The unique primary identifier of the Crl
- crl
Id String - The unique primary identifier of the Crl
getCrl Result
The following output properties are available:
- Crl
Data string - The x509 v3 specified certificate revocation list (CRL).
- Crl
Id string - The unique primary identifier of the Crl
- Enabled bool
- Specifies whether the certificate revocation list (CRL) is enabled.
- Name string
- The name of the certificate revocation list (CRL).
- List<Pulumi.
Aws Native. Outputs. Tag> - A list of tags to attach to the certificate revocation list (CRL).
- Trust
Anchor stringArn - The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
- Crl
Data string - The x509 v3 specified certificate revocation list (CRL).
- Crl
Id string - The unique primary identifier of the Crl
- Enabled bool
- Specifies whether the certificate revocation list (CRL) is enabled.
- Name string
- The name of the certificate revocation list (CRL).
- Tag
- A list of tags to attach to the certificate revocation list (CRL).
- Trust
Anchor stringArn - The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
- crl
Data String - The x509 v3 specified certificate revocation list (CRL).
- crl
Id String - The unique primary identifier of the Crl
- enabled Boolean
- Specifies whether the certificate revocation list (CRL) is enabled.
- name String
- The name of the certificate revocation list (CRL).
- List<Tag>
- A list of tags to attach to the certificate revocation list (CRL).
- trust
Anchor StringArn - The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
- crl
Data string - The x509 v3 specified certificate revocation list (CRL).
- crl
Id string - The unique primary identifier of the Crl
- enabled boolean
- Specifies whether the certificate revocation list (CRL) is enabled.
- name string
- The name of the certificate revocation list (CRL).
- Tag[]
- A list of tags to attach to the certificate revocation list (CRL).
- trust
Anchor stringArn - The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
- crl_
data str - The x509 v3 specified certificate revocation list (CRL).
- crl_
id str - The unique primary identifier of the Crl
- enabled bool
- Specifies whether the certificate revocation list (CRL) is enabled.
- name str
- The name of the certificate revocation list (CRL).
- Sequence[root_Tag]
- A list of tags to attach to the certificate revocation list (CRL).
- trust_
anchor_ strarn - The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
- crl
Data String - The x509 v3 specified certificate revocation list (CRL).
- crl
Id String - The unique primary identifier of the Crl
- enabled Boolean
- Specifies whether the certificate revocation list (CRL) is enabled.
- name String
- The name of the certificate revocation list (CRL).
- List<Property Map>
- A list of tags to attach to the certificate revocation list (CRL).
- 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
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi