AWS Native v0.63.0, May 25 23
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)
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:
- Crl
Data string - Enabled bool
- Name string
- List<Pulumi.
Aws Native. Roles Anywhere. Inputs. CRLTag Args> - Trust
Anchor stringArn
- Crl
Data string - Enabled bool
- Name string
- []CRLTag
Args - Trust
Anchor stringArn
- crl
Data String - enabled Boolean
- name String
- List<CRLTag
Args> - trust
Anchor StringArn
- crl
Data string - enabled boolean
- name string
- CRLTag
Args[] - trust
Anchor stringArn
- crl_
data str - enabled bool
- name str
- Sequence[CRLTag
Args] - trust_
anchor_ strarn
- crl
Data String - enabled Boolean
- name String
- List<Property Map>
- trust
Anchor StringArn
Outputs
All input properties are implicitly available as output properties. Additionally, the CRL resource produces the following output properties:
Supporting Types
CRLTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0