aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.rolesanywhere.CRL

Explore with Pulumi AI

Definition of AWS::RolesAnywhere::CRL Resource Type

Create CRL Resource

new CRL(name: string, args: CRLArgs, opts?: CustomResourceOptions);
@overload
def CRL(resource_name: str,
        opts: Optional[ResourceOptions] = None,
        crl_data: Optional[str] = None,
        enabled: Optional[bool] = None,
        name: Optional[str] = None,
        tags: Optional[Sequence[CRLTagArgs]] = None,
        trust_anchor_arn: Optional[str] = None)
@overload
def CRL(resource_name: str,
        args: CRLArgs,
        opts: Optional[ResourceOptions] = None)
func NewCRL(ctx *Context, name string, args CRLArgs, opts ...ResourceOption) (*CRL, error)
public CRL(string name, CRLArgs args, CustomResourceOptions? opts = null)
public CRL(String name, CRLArgs args)
public CRL(String name, CRLArgs args, CustomResourceOptions options)
type: aws-native:rolesanywhere:CRL
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args CRLArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args CRLArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args CRLArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args CRLArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args CRLArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

CRL Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The CRL resource accepts the following input properties:

Outputs

All input properties are implicitly available as output properties. Additionally, the CRL resource produces the following output properties:

CrlId string
Id string

The provider-assigned unique ID for this managed resource.

CrlId string
Id string

The provider-assigned unique ID for this managed resource.

crlId String
id String

The provider-assigned unique ID for this managed resource.

crlId string
id string

The provider-assigned unique ID for this managed resource.

crl_id str
id str

The provider-assigned unique ID for this managed resource.

crlId String
id String

The provider-assigned unique ID for this managed resource.

Supporting Types

CRLTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

Package Details

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