aws-native.rolesanywhere.TrustAnchor
Explore with Pulumi AI
Definition of AWS::RolesAnywhere::TrustAnchor Resource Type.
Create TrustAnchor Resource
new TrustAnchor(name: string, args: TrustAnchorArgs, opts?: CustomResourceOptions);
@overload
def TrustAnchor(resource_name: str,
opts: Optional[ResourceOptions] = None,
enabled: Optional[bool] = None,
name: Optional[str] = None,
source: Optional[TrustAnchorSourceArgs] = None,
tags: Optional[Sequence[TrustAnchorTagArgs]] = None)
@overload
def TrustAnchor(resource_name: str,
args: TrustAnchorArgs,
opts: Optional[ResourceOptions] = None)
func NewTrustAnchor(ctx *Context, name string, args TrustAnchorArgs, opts ...ResourceOption) (*TrustAnchor, error)
public TrustAnchor(string name, TrustAnchorArgs args, CustomResourceOptions? opts = null)
public TrustAnchor(String name, TrustAnchorArgs args)
public TrustAnchor(String name, TrustAnchorArgs args, CustomResourceOptions options)
type: aws-native:rolesanywhere:TrustAnchor
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TrustAnchorArgs
- 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 TrustAnchorArgs
- 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 TrustAnchorArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TrustAnchorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TrustAnchorArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
TrustAnchor 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 TrustAnchor resource accepts the following input properties:
- source
Trust
Anchor Source Args - enabled Boolean
- name String
- List<Trust
Anchor Tag Args>
- source
Trust
Anchor Source Args - enabled boolean
- name string
- Trust
Anchor Tag Args[]
- source Property Map
- enabled Boolean
- name String
- List<Property Map>
Outputs
All input properties are implicitly available as output properties. Additionally, the TrustAnchor resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Trust
Anchor stringArn - Trust
Anchor stringId
- Id string
The provider-assigned unique ID for this managed resource.
- Trust
Anchor stringArn - Trust
Anchor stringId
- id String
The provider-assigned unique ID for this managed resource.
- trust
Anchor StringArn - trust
Anchor StringId
- id string
The provider-assigned unique ID for this managed resource.
- trust
Anchor stringArn - trust
Anchor stringId
- id str
The provider-assigned unique ID for this managed resource.
- trust_
anchor_ strarn - trust_
anchor_ strid
- id String
The provider-assigned unique ID for this managed resource.
- trust
Anchor StringArn - trust
Anchor StringId
Supporting Types
TrustAnchorSource
TrustAnchorTag
TrustAnchorType
- Aws
Acm Pca - AWS_ACM_PCA
- Certificate
Bundle - CERTIFICATE_BUNDLE
- Self
Signed Repository - SELF_SIGNED_REPOSITORY
- Trust
Anchor Type Aws Acm Pca - AWS_ACM_PCA
- Trust
Anchor Type Certificate Bundle - CERTIFICATE_BUNDLE
- Trust
Anchor Type Self Signed Repository - SELF_SIGNED_REPOSITORY
- Aws
Acm Pca - AWS_ACM_PCA
- Certificate
Bundle - CERTIFICATE_BUNDLE
- Self
Signed Repository - SELF_SIGNED_REPOSITORY
- Aws
Acm Pca - AWS_ACM_PCA
- Certificate
Bundle - CERTIFICATE_BUNDLE
- Self
Signed Repository - SELF_SIGNED_REPOSITORY
- AWS_ACM_PCA
- AWS_ACM_PCA
- CERTIFICATE_BUNDLE
- CERTIFICATE_BUNDLE
- SELF_SIGNED_REPOSITORY
- SELF_SIGNED_REPOSITORY
- "AWS_ACM_PCA"
- AWS_ACM_PCA
- "CERTIFICATE_BUNDLE"
- CERTIFICATE_BUNDLE
- "SELF_SIGNED_REPOSITORY"
- SELF_SIGNED_REPOSITORY
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0