We recommend new projects start with resources from the AWS provider.
published on Monday, Jun 1, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Jun 1, 2026 by Pulumi
Definition of AWS::VerifiedPermissions::PolicyStoreAlias Resource Type
Create PolicyStoreAlias Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PolicyStoreAlias(name: string, args: PolicyStoreAliasArgs, opts?: CustomResourceOptions);@overload
def PolicyStoreAlias(resource_name: str,
args: PolicyStoreAliasArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PolicyStoreAlias(resource_name: str,
opts: Optional[ResourceOptions] = None,
policy_store_id: Optional[str] = None,
alias_name: Optional[str] = None)func NewPolicyStoreAlias(ctx *Context, name string, args PolicyStoreAliasArgs, opts ...ResourceOption) (*PolicyStoreAlias, error)public PolicyStoreAlias(string name, PolicyStoreAliasArgs args, CustomResourceOptions? opts = null)
public PolicyStoreAlias(String name, PolicyStoreAliasArgs args)
public PolicyStoreAlias(String name, PolicyStoreAliasArgs args, CustomResourceOptions options)
type: aws-native:verifiedpermissions:PolicyStoreAlias
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_verifiedpermissions_policystorealias" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args PolicyStoreAliasArgs
- 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 PolicyStoreAliasArgs
- 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 PolicyStoreAliasArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PolicyStoreAliasArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PolicyStoreAliasArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
PolicyStoreAlias 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 PolicyStoreAlias resource accepts the following input properties:
- Policy
Store stringId - Alias
Name string
- Policy
Store stringId - Alias
Name string
- policy_
store_ stringid - alias_
name string
- policy
Store StringId - alias
Name String
- policy
Store stringId - alias
Name string
- policy_
store_ strid - alias_
name str
- policy
Store StringId - alias
Name String
Outputs
All input properties are implicitly available as output properties. Additionally, the PolicyStoreAlias resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Jun 1, 2026 by Pulumi