1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. cloudfront
  5. TrustStore

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.58.0
published on Monday, Mar 23, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.58.0
published on Monday, Mar 23, 2026 by Pulumi

    A trust store.

    Create TrustStore Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new TrustStore(name: string, args?: TrustStoreArgs, opts?: CustomResourceOptions);
    @overload
    def TrustStore(resource_name: str,
                   args: Optional[TrustStoreArgs] = None,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def TrustStore(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   ca_certificates_bundle_source: Optional[TrustStoreCaCertificatesBundleSourceArgs] = None,
                   name: Optional[str] = None,
                   tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewTrustStore(ctx *Context, name string, args *TrustStoreArgs, opts ...ResourceOption) (*TrustStore, error)
    public TrustStore(string name, TrustStoreArgs? args = null, CustomResourceOptions? opts = null)
    public TrustStore(String name, TrustStoreArgs args)
    public TrustStore(String name, TrustStoreArgs args, CustomResourceOptions options)
    
    type: aws-native:cloudfront:TrustStore
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args TrustStoreArgs
    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 TrustStoreArgs
    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 TrustStoreArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TrustStoreArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TrustStoreArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    TrustStore Resource Properties

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

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The TrustStore resource accepts the following input properties:

    CaCertificatesBundleSource Pulumi.AwsNative.CloudFront.Inputs.TrustStoreCaCertificatesBundleSource
    A CA certificates bundle source.
    Name string
    The trust store's name.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    A complex type that contains zero or more Tag elements.
    CaCertificatesBundleSource TrustStoreCaCertificatesBundleSourceArgs
    A CA certificates bundle source.
    Name string
    The trust store's name.
    Tags TagArgs
    A complex type that contains zero or more Tag elements.
    caCertificatesBundleSource TrustStoreCaCertificatesBundleSource
    A CA certificates bundle source.
    name String
    The trust store's name.
    tags List<Tag>
    A complex type that contains zero or more Tag elements.
    caCertificatesBundleSource TrustStoreCaCertificatesBundleSource
    A CA certificates bundle source.
    name string
    The trust store's name.
    tags Tag[]
    A complex type that contains zero or more Tag elements.
    ca_certificates_bundle_source TrustStoreCaCertificatesBundleSourceArgs
    A CA certificates bundle source.
    name str
    The trust store's name.
    tags Sequence[TagArgs]
    A complex type that contains zero or more Tag elements.
    caCertificatesBundleSource Property Map
    A CA certificates bundle source.
    name String
    The trust store's name.
    tags List<Property Map>
    A complex type that contains zero or more Tag elements.

    Outputs

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

    Arn string
    The trust store's Amazon Resource Name (ARN).
    AwsId string
    The trust store's ID.
    ETag string
    The version identifier for the current version of the trust store.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedTime string
    The trust store's last modified time.
    NumberOfCaCertificates int
    The trust store's number of CA certificates.
    Status Pulumi.AwsNative.CloudFront.TrustStoreStatus
    The trust store's status.
    Arn string
    The trust store's Amazon Resource Name (ARN).
    AwsId string
    The trust store's ID.
    ETag string
    The version identifier for the current version of the trust store.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedTime string
    The trust store's last modified time.
    NumberOfCaCertificates int
    The trust store's number of CA certificates.
    Status TrustStoreStatus
    The trust store's status.
    arn String
    The trust store's Amazon Resource Name (ARN).
    awsId String
    The trust store's ID.
    eTag String
    The version identifier for the current version of the trust store.
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime String
    The trust store's last modified time.
    numberOfCaCertificates Integer
    The trust store's number of CA certificates.
    status TrustStoreStatus
    The trust store's status.
    arn string
    The trust store's Amazon Resource Name (ARN).
    awsId string
    The trust store's ID.
    eTag string
    The version identifier for the current version of the trust store.
    id string
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime string
    The trust store's last modified time.
    numberOfCaCertificates number
    The trust store's number of CA certificates.
    status TrustStoreStatus
    The trust store's status.
    arn str
    The trust store's Amazon Resource Name (ARN).
    aws_id str
    The trust store's ID.
    e_tag str
    The version identifier for the current version of the trust store.
    id str
    The provider-assigned unique ID for this managed resource.
    last_modified_time str
    The trust store's last modified time.
    number_of_ca_certificates int
    The trust store's number of CA certificates.
    status TrustStoreStatus
    The trust store's status.
    arn String
    The trust store's Amazon Resource Name (ARN).
    awsId String
    The trust store's ID.
    eTag String
    The version identifier for the current version of the trust store.
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime String
    The trust store's last modified time.
    numberOfCaCertificates Number
    The trust store's number of CA certificates.
    status "PENDING" | "ACTIVE" | "FAILED"
    The trust store's status.

    Supporting Types

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    TrustStoreCaCertificatesBundleS3Location, TrustStoreCaCertificatesBundleS3LocationArgs

    The CA certificates bundle location in Amazon S3.
    Bucket string
    The S3 bucket.
    Key string
    The location's key.
    Region string
    The location's Region.
    Version string
    The location's version.
    Bucket string
    The S3 bucket.
    Key string
    The location's key.
    Region string
    The location's Region.
    Version string
    The location's version.
    bucket String
    The S3 bucket.
    key String
    The location's key.
    region String
    The location's Region.
    version String
    The location's version.
    bucket string
    The S3 bucket.
    key string
    The location's key.
    region string
    The location's Region.
    version string
    The location's version.
    bucket str
    The S3 bucket.
    key str
    The location's key.
    region str
    The location's Region.
    version str
    The location's version.
    bucket String
    The S3 bucket.
    key String
    The location's key.
    region String
    The location's Region.
    version String
    The location's version.

    TrustStoreCaCertificatesBundleSource, TrustStoreCaCertificatesBundleSourceArgs

    A CA certificates bundle source.
    CaCertificatesBundleS3Location TrustStoreCaCertificatesBundleS3Location
    The CA certificates bundle location in Amazon S3.
    caCertificatesBundleS3Location TrustStoreCaCertificatesBundleS3Location
    The CA certificates bundle location in Amazon S3.
    caCertificatesBundleS3Location TrustStoreCaCertificatesBundleS3Location
    The CA certificates bundle location in Amazon S3.
    ca_certificates_bundle_s3_location TrustStoreCaCertificatesBundleS3Location
    The CA certificates bundle location in Amazon S3.
    caCertificatesBundleS3Location Property Map
    The CA certificates bundle location in Amazon S3.

    TrustStoreStatus, TrustStoreStatusArgs

    Pending
    PENDING
    Active
    ACTIVE
    Failed
    FAILED
    TrustStoreStatusPending
    PENDING
    TrustStoreStatusActive
    ACTIVE
    TrustStoreStatusFailed
    FAILED
    Pending
    PENDING
    Active
    ACTIVE
    Failed
    FAILED
    Pending
    PENDING
    Active
    ACTIVE
    Failed
    FAILED
    PENDING
    PENDING
    ACTIVE
    ACTIVE
    FAILED
    FAILED
    "PENDING"
    PENDING
    "ACTIVE"
    ACTIVE
    "FAILED"
    FAILED

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.58.0
    published on Monday, Mar 23, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.