Try AWS Native preview for resources not in the classic version.
aws.Provider
Explore with Pulumi AI
Try AWS Native preview for resources not in the classic version.
The provider type for the aws package. By default, resources use package-wide configuration
settings, however an explicit Provider
instance may be created and passed during resource
construction to achieve fine-grained programmatic control over provider settings. See the
documentation for more information.
Create Provider Resource
new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
@overload
def Provider(resource_name: str,
opts: Optional[ResourceOptions] = None,
access_key: Optional[str] = None,
allowed_account_ids: Optional[Sequence[str]] = None,
assume_role: Optional[ProviderAssumeRoleArgs] = None,
assume_role_with_web_identity: Optional[ProviderAssumeRoleWithWebIdentityArgs] = None,
custom_ca_bundle: Optional[str] = None,
default_tags: Optional[ProviderDefaultTagsArgs] = None,
ec2_metadata_service_endpoint: Optional[str] = None,
ec2_metadata_service_endpoint_mode: Optional[str] = None,
endpoints: Optional[Sequence[ProviderEndpointArgs]] = None,
forbidden_account_ids: Optional[Sequence[str]] = None,
http_proxy: Optional[str] = None,
https_proxy: Optional[str] = None,
ignore_tags: Optional[ProviderIgnoreTagsArgs] = None,
insecure: Optional[bool] = None,
max_retries: Optional[int] = None,
no_proxy: Optional[str] = None,
profile: Optional[str] = None,
region: Optional[str] = None,
retry_mode: Optional[str] = None,
s3_us_east1_regional_endpoint: Optional[str] = None,
s3_use_path_style: Optional[bool] = None,
secret_key: Optional[str] = None,
shared_config_files: Optional[Sequence[str]] = None,
shared_credentials_files: Optional[Sequence[str]] = None,
skip_credentials_validation: Optional[bool] = None,
skip_metadata_api_check: Optional[bool] = None,
skip_region_validation: Optional[bool] = None,
skip_requesting_account_id: Optional[bool] = None,
sts_region: Optional[str] = None,
token: Optional[str] = None,
use_dualstack_endpoint: Optional[bool] = None,
use_fips_endpoint: Optional[bool] = None)
@overload
def Provider(resource_name: str,
args: Optional[ProviderArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewProvider(ctx *Context, name string, args *ProviderArgs, opts ...ResourceOption) (*Provider, error)
public Provider(string name, ProviderArgs? args = null, CustomResourceOptions? opts = null)
public Provider(String name, ProviderArgs args)
public Provider(String name, ProviderArgs args, CustomResourceOptions options)
type: pulumi:providers:aws
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProviderArgs
- 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 ProviderArgs
- 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 ProviderArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Provider 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 Provider resource accepts the following input properties:
- Access
Key string The access key for API operations. You can retrieve this from the 'Security & Credentials' section of the AWS console.
- Allowed
Account List<string>Ids - Assume
Role ProviderAssume Role - Assume
Role ProviderWith Web Identity Assume Role With Web Identity - Custom
Ca stringBundle File containing custom root and intermediate certificates. Can also be configured using the
AWS_CA_BUNDLE
environment variable. (Settingca_bundle
in the shared config file is not supported.)- Provider
Default Tags Configuration block with settings to default resource tags across all resources.
- Ec2Metadata
Service stringEndpoint Address of the EC2 metadata service endpoint to use. Can also be configured using the
AWS_EC2_METADATA_SERVICE_ENDPOINT
environment variable.- Ec2Metadata
Service stringEndpoint Mode Protocol to use with EC2 metadata service endpoint.Valid values are
IPv4
andIPv6
. Can also be configured using theAWS_EC2_METADATA_SERVICE_ENDPOINT_MODE
environment variable.- Endpoints
List<Provider
Endpoint> - Forbidden
Account List<string>Ids - Http
Proxy string URL of a proxy to use for HTTP requests when accessing the AWS API. Can also be set using the
HTTP_PROXY
orhttp_proxy
environment variables.- Https
Proxy string URL of a proxy to use for HTTPS requests when accessing the AWS API. Can also be set using the
HTTPS_PROXY
orhttps_proxy
environment variables.- Provider
Ignore Tags Configuration block with settings to ignore resource tags across all resources.
- Insecure bool
Explicitly allow the provider to perform "insecure" SSL requests. If omitted, default value is
false
- Max
Retries int The maximum number of times an AWS API request is being executed. If the API request still fails, an error is thrown.
- No
Proxy string Comma-separated list of hosts that should not use HTTP or HTTPS proxies. Can also be set using the
NO_PROXY
orno_proxy
environment variables.- Profile string
The profile for API operations. If not set, the default profile created with
aws configure
will be used.- Region string
The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. It can also be sourced from the following environment variables:
AWS_REGION
,AWS_DEFAULT_REGION
- Retry
Mode string Specifies how retries are attempted. Valid values are
standard
andadaptive
. Can also be configured using theAWS_RETRY_MODE
environment variable.- S3Us
East1Regional stringEndpoint Specifies whether S3 API calls in the
us-east-1
region use the legacy global endpoint or a regional endpoint. Valid values arelegacy
orregional
. Can also be configured using theAWS_S3_US_EAST_1_REGIONAL_ENDPOINT
environment variable or thes3_us_east_1_regional_endpoint
shared config file parameter- S3Use
Path boolStyle Set this to true to enable the request to use path-style addressing, i.e., https://s3.amazonaws.com/BUCKET/KEY. By default, the S3 client will use virtual hosted bucket addressing when possible (https://BUCKET.s3.amazonaws.com/KEY). Specific to the Amazon S3 service.
- Secret
Key string The secret key for API operations. You can retrieve this from the 'Security & Credentials' section of the AWS console.
- List<string>
List of paths to shared config files. If not set, defaults to [~/.aws/config].
- List<string>
List of paths to shared credentials files. If not set, defaults to [~/.aws/credentials].
- Skip
Credentials boolValidation Skip the credentials validation via STS API. Used for AWS API implementations that do not have STS available/implemented.
- Skip
Metadata boolApi Check Skip the AWS Metadata API check. Used for AWS API implementations that do not have a metadata api endpoint.
- Skip
Region boolValidation Skip static validation of region name. Used by users of alternative AWS-like APIs or users w/ access to regions that are not public (yet).
- Skip
Requesting boolAccount Id Skip requesting the account ID. Used for AWS API implementations that do not have IAM/STS API and/or metadata API.
- Sts
Region string The region where AWS STS operations will take place. Examples are us-east-1 and us-west-2.
- Token string
session token. A session token is only required if you are using temporary security credentials.
- Use
Dualstack boolEndpoint Resolve an endpoint with DualStack capability
- Use
Fips boolEndpoint Resolve an endpoint with FIPS capability
- Access
Key string The access key for API operations. You can retrieve this from the 'Security & Credentials' section of the AWS console.
- Allowed
Account []stringIds - Assume
Role ProviderAssume Role Args - Assume
Role ProviderWith Web Identity Assume Role With Web Identity Args - Custom
Ca stringBundle File containing custom root and intermediate certificates. Can also be configured using the
AWS_CA_BUNDLE
environment variable. (Settingca_bundle
in the shared config file is not supported.)- Provider
Default Tags Args Configuration block with settings to default resource tags across all resources.
- Ec2Metadata
Service stringEndpoint Address of the EC2 metadata service endpoint to use. Can also be configured using the
AWS_EC2_METADATA_SERVICE_ENDPOINT
environment variable.- Ec2Metadata
Service stringEndpoint Mode Protocol to use with EC2 metadata service endpoint.Valid values are
IPv4
andIPv6
. Can also be configured using theAWS_EC2_METADATA_SERVICE_ENDPOINT_MODE
environment variable.- Endpoints
[]Provider
Endpoint Args - Forbidden
Account []stringIds - Http
Proxy string URL of a proxy to use for HTTP requests when accessing the AWS API. Can also be set using the
HTTP_PROXY
orhttp_proxy
environment variables.- Https
Proxy string URL of a proxy to use for HTTPS requests when accessing the AWS API. Can also be set using the
HTTPS_PROXY
orhttps_proxy
environment variables.- Provider
Ignore Tags Args Configuration block with settings to ignore resource tags across all resources.
- Insecure bool
Explicitly allow the provider to perform "insecure" SSL requests. If omitted, default value is
false
- Max
Retries int The maximum number of times an AWS API request is being executed. If the API request still fails, an error is thrown.
- No
Proxy string Comma-separated list of hosts that should not use HTTP or HTTPS proxies. Can also be set using the
NO_PROXY
orno_proxy
environment variables.- Profile string
The profile for API operations. If not set, the default profile created with
aws configure
will be used.- Region string
The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. It can also be sourced from the following environment variables:
AWS_REGION
,AWS_DEFAULT_REGION
- Retry
Mode string Specifies how retries are attempted. Valid values are
standard
andadaptive
. Can also be configured using theAWS_RETRY_MODE
environment variable.- S3Us
East1Regional stringEndpoint Specifies whether S3 API calls in the
us-east-1
region use the legacy global endpoint or a regional endpoint. Valid values arelegacy
orregional
. Can also be configured using theAWS_S3_US_EAST_1_REGIONAL_ENDPOINT
environment variable or thes3_us_east_1_regional_endpoint
shared config file parameter- S3Use
Path boolStyle Set this to true to enable the request to use path-style addressing, i.e., https://s3.amazonaws.com/BUCKET/KEY. By default, the S3 client will use virtual hosted bucket addressing when possible (https://BUCKET.s3.amazonaws.com/KEY). Specific to the Amazon S3 service.
- Secret
Key string The secret key for API operations. You can retrieve this from the 'Security & Credentials' section of the AWS console.
- []string
List of paths to shared config files. If not set, defaults to [~/.aws/config].
- []string
List of paths to shared credentials files. If not set, defaults to [~/.aws/credentials].
- Skip
Credentials boolValidation Skip the credentials validation via STS API. Used for AWS API implementations that do not have STS available/implemented.
- Skip
Metadata boolApi Check Skip the AWS Metadata API check. Used for AWS API implementations that do not have a metadata api endpoint.
- Skip
Region boolValidation Skip static validation of region name. Used by users of alternative AWS-like APIs or users w/ access to regions that are not public (yet).
- Skip
Requesting boolAccount Id Skip requesting the account ID. Used for AWS API implementations that do not have IAM/STS API and/or metadata API.
- Sts
Region string The region where AWS STS operations will take place. Examples are us-east-1 and us-west-2.
- Token string
session token. A session token is only required if you are using temporary security credentials.
- Use
Dualstack boolEndpoint Resolve an endpoint with DualStack capability
- Use
Fips boolEndpoint Resolve an endpoint with FIPS capability
- access
Key String The access key for API operations. You can retrieve this from the 'Security & Credentials' section of the AWS console.
- allowed
Account List<String>Ids - assume
Role ProviderAssume Role - assume
Role ProviderWith Web Identity Assume Role With Web Identity - custom
Ca StringBundle File containing custom root and intermediate certificates. Can also be configured using the
AWS_CA_BUNDLE
environment variable. (Settingca_bundle
in the shared config file is not supported.)- Provider
Default Tags Configuration block with settings to default resource tags across all resources.
- ec2Metadata
Service StringEndpoint Address of the EC2 metadata service endpoint to use. Can also be configured using the
AWS_EC2_METADATA_SERVICE_ENDPOINT
environment variable.- ec2Metadata
Service StringEndpoint Mode Protocol to use with EC2 metadata service endpoint.Valid values are
IPv4
andIPv6
. Can also be configured using theAWS_EC2_METADATA_SERVICE_ENDPOINT_MODE
environment variable.- endpoints
List<Provider
Endpoint> - forbidden
Account List<String>Ids - http
Proxy String URL of a proxy to use for HTTP requests when accessing the AWS API. Can also be set using the
HTTP_PROXY
orhttp_proxy
environment variables.- https
Proxy String URL of a proxy to use for HTTPS requests when accessing the AWS API. Can also be set using the
HTTPS_PROXY
orhttps_proxy
environment variables.- Provider
Ignore Tags Configuration block with settings to ignore resource tags across all resources.
- insecure Boolean
Explicitly allow the provider to perform "insecure" SSL requests. If omitted, default value is
false
- max
Retries Integer The maximum number of times an AWS API request is being executed. If the API request still fails, an error is thrown.
- no
Proxy String Comma-separated list of hosts that should not use HTTP or HTTPS proxies. Can also be set using the
NO_PROXY
orno_proxy
environment variables.- profile String
The profile for API operations. If not set, the default profile created with
aws configure
will be used.- region String
The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. It can also be sourced from the following environment variables:
AWS_REGION
,AWS_DEFAULT_REGION
- retry
Mode String Specifies how retries are attempted. Valid values are
standard
andadaptive
. Can also be configured using theAWS_RETRY_MODE
environment variable.- s3Us
East1Regional StringEndpoint Specifies whether S3 API calls in the
us-east-1
region use the legacy global endpoint or a regional endpoint. Valid values arelegacy
orregional
. Can also be configured using theAWS_S3_US_EAST_1_REGIONAL_ENDPOINT
environment variable or thes3_us_east_1_regional_endpoint
shared config file parameter- s3Use
Path BooleanStyle Set this to true to enable the request to use path-style addressing, i.e., https://s3.amazonaws.com/BUCKET/KEY. By default, the S3 client will use virtual hosted bucket addressing when possible (https://BUCKET.s3.amazonaws.com/KEY). Specific to the Amazon S3 service.
- secret
Key String The secret key for API operations. You can retrieve this from the 'Security & Credentials' section of the AWS console.
- List<String>
List of paths to shared config files. If not set, defaults to [~/.aws/config].
- List<String>
List of paths to shared credentials files. If not set, defaults to [~/.aws/credentials].
- skip
Credentials BooleanValidation Skip the credentials validation via STS API. Used for AWS API implementations that do not have STS available/implemented.
- skip
Metadata BooleanApi Check Skip the AWS Metadata API check. Used for AWS API implementations that do not have a metadata api endpoint.
- skip
Region BooleanValidation Skip static validation of region name. Used by users of alternative AWS-like APIs or users w/ access to regions that are not public (yet).
- skip
Requesting BooleanAccount Id Skip requesting the account ID. Used for AWS API implementations that do not have IAM/STS API and/or metadata API.
- sts
Region String The region where AWS STS operations will take place. Examples are us-east-1 and us-west-2.
- token String
session token. A session token is only required if you are using temporary security credentials.
- use
Dualstack BooleanEndpoint Resolve an endpoint with DualStack capability
- use
Fips BooleanEndpoint Resolve an endpoint with FIPS capability
- access
Key string The access key for API operations. You can retrieve this from the 'Security & Credentials' section of the AWS console.
- allowed
Account string[]Ids - assume
Role ProviderAssume Role - assume
Role ProviderWith Web Identity Assume Role With Web Identity - custom
Ca stringBundle File containing custom root and intermediate certificates. Can also be configured using the
AWS_CA_BUNDLE
environment variable. (Settingca_bundle
in the shared config file is not supported.)- Provider
Default Tags Configuration block with settings to default resource tags across all resources.
- ec2Metadata
Service stringEndpoint Address of the EC2 metadata service endpoint to use. Can also be configured using the
AWS_EC2_METADATA_SERVICE_ENDPOINT
environment variable.- ec2Metadata
Service stringEndpoint Mode Protocol to use with EC2 metadata service endpoint.Valid values are
IPv4
andIPv6
. Can also be configured using theAWS_EC2_METADATA_SERVICE_ENDPOINT_MODE
environment variable.- endpoints
Provider
Endpoint[] - forbidden
Account string[]Ids - http
Proxy string URL of a proxy to use for HTTP requests when accessing the AWS API. Can also be set using the
HTTP_PROXY
orhttp_proxy
environment variables.- https
Proxy string URL of a proxy to use for HTTPS requests when accessing the AWS API. Can also be set using the
HTTPS_PROXY
orhttps_proxy
environment variables.- Provider
Ignore Tags Configuration block with settings to ignore resource tags across all resources.
- insecure boolean
Explicitly allow the provider to perform "insecure" SSL requests. If omitted, default value is
false
- max
Retries number The maximum number of times an AWS API request is being executed. If the API request still fails, an error is thrown.
- no
Proxy string Comma-separated list of hosts that should not use HTTP or HTTPS proxies. Can also be set using the
NO_PROXY
orno_proxy
environment variables.- profile string
The profile for API operations. If not set, the default profile created with
aws configure
will be used.- region Region
The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. It can also be sourced from the following environment variables:
AWS_REGION
,AWS_DEFAULT_REGION
- retry
Mode string Specifies how retries are attempted. Valid values are
standard
andadaptive
. Can also be configured using theAWS_RETRY_MODE
environment variable.- s3Us
East1Regional stringEndpoint Specifies whether S3 API calls in the
us-east-1
region use the legacy global endpoint or a regional endpoint. Valid values arelegacy
orregional
. Can also be configured using theAWS_S3_US_EAST_1_REGIONAL_ENDPOINT
environment variable or thes3_us_east_1_regional_endpoint
shared config file parameter- s3Use
Path booleanStyle Set this to true to enable the request to use path-style addressing, i.e., https://s3.amazonaws.com/BUCKET/KEY. By default, the S3 client will use virtual hosted bucket addressing when possible (https://BUCKET.s3.amazonaws.com/KEY). Specific to the Amazon S3 service.
- secret
Key string The secret key for API operations. You can retrieve this from the 'Security & Credentials' section of the AWS console.
- string[]
List of paths to shared config files. If not set, defaults to [~/.aws/config].
- string[]
List of paths to shared credentials files. If not set, defaults to [~/.aws/credentials].
- skip
Credentials booleanValidation Skip the credentials validation via STS API. Used for AWS API implementations that do not have STS available/implemented.
- skip
Metadata booleanApi Check Skip the AWS Metadata API check. Used for AWS API implementations that do not have a metadata api endpoint.
- skip
Region booleanValidation Skip static validation of region name. Used by users of alternative AWS-like APIs or users w/ access to regions that are not public (yet).
- skip
Requesting booleanAccount Id Skip requesting the account ID. Used for AWS API implementations that do not have IAM/STS API and/or metadata API.
- sts
Region string The region where AWS STS operations will take place. Examples are us-east-1 and us-west-2.
- token string
session token. A session token is only required if you are using temporary security credentials.
- use
Dualstack booleanEndpoint Resolve an endpoint with DualStack capability
- use
Fips booleanEndpoint Resolve an endpoint with FIPS capability
- access_
key str The access key for API operations. You can retrieve this from the 'Security & Credentials' section of the AWS console.
- allowed_
account_ Sequence[str]ids - assume_
role ProviderAssume Role Args - assume_
role_ Providerwith_ web_ identity Assume Role With Web Identity Args - custom_
ca_ strbundle File containing custom root and intermediate certificates. Can also be configured using the
AWS_CA_BUNDLE
environment variable. (Settingca_bundle
in the shared config file is not supported.)- Provider
Default Tags Args Configuration block with settings to default resource tags across all resources.
- ec2_
metadata_ strservice_ endpoint Address of the EC2 metadata service endpoint to use. Can also be configured using the
AWS_EC2_METADATA_SERVICE_ENDPOINT
environment variable.- ec2_
metadata_ strservice_ endpoint_ mode Protocol to use with EC2 metadata service endpoint.Valid values are
IPv4
andIPv6
. Can also be configured using theAWS_EC2_METADATA_SERVICE_ENDPOINT_MODE
environment variable.- endpoints
Sequence[Provider
Endpoint Args] - forbidden_
account_ Sequence[str]ids - http_
proxy str URL of a proxy to use for HTTP requests when accessing the AWS API. Can also be set using the
HTTP_PROXY
orhttp_proxy
environment variables.- https_
proxy str URL of a proxy to use for HTTPS requests when accessing the AWS API. Can also be set using the
HTTPS_PROXY
orhttps_proxy
environment variables.- Provider
Ignore Tags Args Configuration block with settings to ignore resource tags across all resources.
- insecure bool
Explicitly allow the provider to perform "insecure" SSL requests. If omitted, default value is
false
- max_
retries int The maximum number of times an AWS API request is being executed. If the API request still fails, an error is thrown.
- no_
proxy str Comma-separated list of hosts that should not use HTTP or HTTPS proxies. Can also be set using the
NO_PROXY
orno_proxy
environment variables.- profile str
The profile for API operations. If not set, the default profile created with
aws configure
will be used.- region str
The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. It can also be sourced from the following environment variables:
AWS_REGION
,AWS_DEFAULT_REGION
- retry_
mode str Specifies how retries are attempted. Valid values are
standard
andadaptive
. Can also be configured using theAWS_RETRY_MODE
environment variable.- s3_
us_ streast1_ regional_ endpoint Specifies whether S3 API calls in the
us-east-1
region use the legacy global endpoint or a regional endpoint. Valid values arelegacy
orregional
. Can also be configured using theAWS_S3_US_EAST_1_REGIONAL_ENDPOINT
environment variable or thes3_us_east_1_regional_endpoint
shared config file parameter- s3_
use_ boolpath_ style Set this to true to enable the request to use path-style addressing, i.e., https://s3.amazonaws.com/BUCKET/KEY. By default, the S3 client will use virtual hosted bucket addressing when possible (https://BUCKET.s3.amazonaws.com/KEY). Specific to the Amazon S3 service.
- secret_
key str The secret key for API operations. You can retrieve this from the 'Security & Credentials' section of the AWS console.
- Sequence[str]
List of paths to shared config files. If not set, defaults to [~/.aws/config].
- Sequence[str]
List of paths to shared credentials files. If not set, defaults to [~/.aws/credentials].
- skip_
credentials_ boolvalidation Skip the credentials validation via STS API. Used for AWS API implementations that do not have STS available/implemented.
- skip_
metadata_ boolapi_ check Skip the AWS Metadata API check. Used for AWS API implementations that do not have a metadata api endpoint.
- skip_
region_ boolvalidation Skip static validation of region name. Used by users of alternative AWS-like APIs or users w/ access to regions that are not public (yet).
- skip_
requesting_ boolaccount_ id Skip requesting the account ID. Used for AWS API implementations that do not have IAM/STS API and/or metadata API.
- sts_
region str The region where AWS STS operations will take place. Examples are us-east-1 and us-west-2.
- token str
session token. A session token is only required if you are using temporary security credentials.
- use_
dualstack_ boolendpoint Resolve an endpoint with DualStack capability
- use_
fips_ boolendpoint Resolve an endpoint with FIPS capability
- access
Key String The access key for API operations. You can retrieve this from the 'Security & Credentials' section of the AWS console.
- allowed
Account List<String>Ids - assume
Role Property Map - assume
Role Property MapWith Web Identity - custom
Ca StringBundle File containing custom root and intermediate certificates. Can also be configured using the
AWS_CA_BUNDLE
environment variable. (Settingca_bundle
in the shared config file is not supported.)- Property Map
Configuration block with settings to default resource tags across all resources.
- ec2Metadata
Service StringEndpoint Address of the EC2 metadata service endpoint to use. Can also be configured using the
AWS_EC2_METADATA_SERVICE_ENDPOINT
environment variable.- ec2Metadata
Service StringEndpoint Mode Protocol to use with EC2 metadata service endpoint.Valid values are
IPv4
andIPv6
. Can also be configured using theAWS_EC2_METADATA_SERVICE_ENDPOINT_MODE
environment variable.- endpoints List<Property Map>
- forbidden
Account List<String>Ids - http
Proxy String URL of a proxy to use for HTTP requests when accessing the AWS API. Can also be set using the
HTTP_PROXY
orhttp_proxy
environment variables.- https
Proxy String URL of a proxy to use for HTTPS requests when accessing the AWS API. Can also be set using the
HTTPS_PROXY
orhttps_proxy
environment variables.- Property Map
Configuration block with settings to ignore resource tags across all resources.
- insecure Boolean
Explicitly allow the provider to perform "insecure" SSL requests. If omitted, default value is
false
- max
Retries Number The maximum number of times an AWS API request is being executed. If the API request still fails, an error is thrown.
- no
Proxy String Comma-separated list of hosts that should not use HTTP or HTTPS proxies. Can also be set using the
NO_PROXY
orno_proxy
environment variables.- profile String
The profile for API operations. If not set, the default profile created with
aws configure
will be used.- region
The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. It can also be sourced from the following environment variables:
AWS_REGION
,AWS_DEFAULT_REGION
- retry
Mode String Specifies how retries are attempted. Valid values are
standard
andadaptive
. Can also be configured using theAWS_RETRY_MODE
environment variable.- s3Us
East1Regional StringEndpoint Specifies whether S3 API calls in the
us-east-1
region use the legacy global endpoint or a regional endpoint. Valid values arelegacy
orregional
. Can also be configured using theAWS_S3_US_EAST_1_REGIONAL_ENDPOINT
environment variable or thes3_us_east_1_regional_endpoint
shared config file parameter- s3Use
Path BooleanStyle Set this to true to enable the request to use path-style addressing, i.e., https://s3.amazonaws.com/BUCKET/KEY. By default, the S3 client will use virtual hosted bucket addressing when possible (https://BUCKET.s3.amazonaws.com/KEY). Specific to the Amazon S3 service.
- secret
Key String The secret key for API operations. You can retrieve this from the 'Security & Credentials' section of the AWS console.
- List<String>
List of paths to shared config files. If not set, defaults to [~/.aws/config].
- List<String>
List of paths to shared credentials files. If not set, defaults to [~/.aws/credentials].
- skip
Credentials BooleanValidation Skip the credentials validation via STS API. Used for AWS API implementations that do not have STS available/implemented.
- skip
Metadata BooleanApi Check Skip the AWS Metadata API check. Used for AWS API implementations that do not have a metadata api endpoint.
- skip
Region BooleanValidation Skip static validation of region name. Used by users of alternative AWS-like APIs or users w/ access to regions that are not public (yet).
- skip
Requesting BooleanAccount Id Skip requesting the account ID. Used for AWS API implementations that do not have IAM/STS API and/or metadata API.
- sts
Region String The region where AWS STS operations will take place. Examples are us-east-1 and us-west-2.
- token String
session token. A session token is only required if you are using temporary security credentials.
- use
Dualstack BooleanEndpoint Resolve an endpoint with DualStack capability
- use
Fips BooleanEndpoint Resolve an endpoint with FIPS capability
Outputs
All input properties are implicitly available as output properties. Additionally, the Provider 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 str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Supporting Types
ProviderAssumeRole, ProviderAssumeRoleArgs
- Duration string
- External
Id string - Policy string
- Policy
Arns List<string> - Role
Arn string - Session
Name string - Source
Identity string - Dictionary<string, string>
- Transitive
Tag List<string>Keys
- Duration string
- External
Id string - Policy string
- Policy
Arns []string - Role
Arn string - Session
Name string - Source
Identity string - map[string]string
- Transitive
Tag []stringKeys
- duration String
- external
Id String - policy String
- policy
Arns List<String> - role
Arn String - session
Name String - source
Identity String - Map<String,String>
- transitive
Tag List<String>Keys
- duration string
- external
Id string - policy string
- policy
Arns string[] - role
Arn string - session
Name string - source
Identity string - {[key: string]: string}
- transitive
Tag string[]Keys
- duration str
- external_
id str - policy str
- policy_
arns Sequence[str] - role_
arn str - session_
name str - source_
identity str - Mapping[str, str]
- transitive_
tag_ Sequence[str]keys
- duration String
- external
Id String - policy String
- policy
Arns List<String> - role
Arn String - session
Name String - source
Identity String - Map<String>
- transitive
Tag List<String>Keys
ProviderAssumeRoleWithWebIdentity, ProviderAssumeRoleWithWebIdentityArgs
- Duration string
- Policy string
- Policy
Arns List<string> - Role
Arn string - Session
Name string - Web
Identity stringToken - Web
Identity stringToken File
- Duration string
- Policy string
- Policy
Arns []string - Role
Arn string - Session
Name string - Web
Identity stringToken - Web
Identity stringToken File
- duration String
- policy String
- policy
Arns List<String> - role
Arn String - session
Name String - web
Identity StringToken - web
Identity StringToken File
- duration string
- policy string
- policy
Arns string[] - role
Arn string - session
Name string - web
Identity stringToken - web
Identity stringToken File
- duration str
- policy str
- policy_
arns Sequence[str] - role_
arn str - session_
name str - web_
identity_ strtoken - web_
identity_ strtoken_ file
- duration String
- policy String
- policy
Arns List<String> - role
Arn String - session
Name String - web
Identity StringToken - web
Identity StringToken File
ProviderDefaultTags, ProviderDefaultTagsArgs
- Dictionary<string, string>
- map[string]string
- Map<String,String>
- {[key: string]: string}
- Mapping[str, str]
- Map<String>
ProviderEndpoint, ProviderEndpointArgs
- Accessanalyzer string
- Account string
- Acm string
- Acmpca string
- Amg string
- Amp string
- Amplify string
- Apigateway string
- Apigatewayv2 string
- Appautoscaling string
- Appconfig string
- Appfabric string
- Appflow string
- Appintegrations string
- Appintegrationsservice string
- Applicationautoscaling string
- Applicationinsights string
- Appmesh string
- Apprunner string
- Appstream string
- Appsync string
- Athena string
- Auditmanager string
- Autoscaling string
- Autoscalingplans string
- Backup string
- Batch string
- Beanstalk string
- Bedrock string
- Budgets string
- Ce string
- Chime string
- Chimesdkmediapipelines string
- Chimesdkvoice string
- Cleanrooms string
- Cloud9 string
- Cloudcontrol string
- Cloudcontrolapi string
- Cloudformation string
- Cloudfront string
- Cloudhsm string
- Cloudhsmv2 string
- Cloudsearch string
- Cloudtrail string
- Cloudwatch string
- Cloudwatchevents string
- Cloudwatchevidently string
- Cloudwatchlog string
- Cloudwatchlogs string
- Cloudwatchobservabilityaccessmanager string
- Cloudwatchrum string
- Codeartifact string
- Codebuild string
- Codecatalyst string
- Codecommit string
- Codedeploy string
- Codegurureviewer string
- Codepipeline string
- Codestarconnections string
- Codestarnotifications string
- Cognitoidentity string
- Cognitoidentityprovider string
- Cognitoidp string
- Comprehend string
- Computeoptimizer string
- Config string
- Configservice string
- Connect string
- Connectcases string
- Controltower string
- Costandusagereportservice string
- Costexplorer string
- Cur string
- Customerprofiles string
- Databasemigration string
- Databasemigrationservice string
- Dataexchange string
- Datapipeline string
- Datasync string
- Dax string
- Deploy string
- Detective string
- Devicefarm string
- Directconnect string
- Directoryservice string
- Dlm string
- Dms string
- Docdb string
- Docdbelastic string
- Ds string
- Dynamodb string
- Ec2 string
- Ecr string
- Ecrpublic string
- Ecs string
- Efs string
- Eks string
- Elasticache string
- Elasticbeanstalk string
- Elasticloadbalancing string
- Elasticloadbalancingv2 string
- Elasticsearch string
- Elasticsearchservice string
- Elastictranscoder string
- Elb string
- Elbv2 string
- Emr string
- Emrcontainers string
- Emrserverless string
- Es string
- Eventbridge string
- Events string
- Evidently string
- Finspace string
- Firehose string
- Fis string
- Fms string
- Fsx string
- Gamelift string
- Glacier string
- Globalaccelerator string
- Glue string
- Grafana string
- Greengrass string
- Guardduty string
- Healthlake string
- Iam string
- Identitystore string
- Imagebuilder string
- Inspector string
- Inspector2 string
- Inspectorv2 string
- Internetmonitor string
- Iot string
- Iotanalytics string
- Iotevents string
- Ivs string
- Ivschat string
- Kafka string
- Kafkaconnect string
- Kendra string
- Keyspaces string
- Kinesis string
- Kinesisanalytics string
- Kinesisanalyticsv2 string
- Kinesisvideo string
- Kms string
- Lakeformation string
- Lambda string
- Lex string
- Lexmodelbuilding string
- Lexmodelbuildingservice string
- Lexmodels string
- Lexmodelsv2 string
- Lexv2models string
- Licensemanager string
- Lightsail string
- Location string
- Locationservice string
- Logs string
- Macie2 string
- Managedgrafana string
- Mediaconnect string
- Mediaconvert string
- Medialive string
- Mediapackage string
- Mediastore string
- Memorydb string
- Mq string
- Msk string
- Mwaa string
- Neptune string
- Networkfirewall string
- Networkmanager string
- Oam string
- Opensearch string
- Opensearchingestion string
- Opensearchserverless string
- Opensearchservice string
- Opsworks string
- Organizations string
- Osis string
- Outposts string
- Pinpoint string
- Pipes string
- Pricing string
- Prometheus string
- Prometheusservice string
- Qldb string
- Quicksight string
- Ram string
- Rbin string
- Rds string
- Recyclebin string
- Redshift string
- Redshiftdata string
- Redshiftdataapiservice string
- Redshiftserverless string
- Resourceexplorer2 string
- Resourcegroups string
- Resourcegroupstagging string
- Resourcegroupstaggingapi string
- Rolesanywhere string
- Route53 string
- Route53domains string
- Route53recoverycontrolconfig string
- Route53recoveryreadiness string
- Route53resolver string
- Rum string
- S3 string
- S3api string
- S3control string
- S3outposts string
- Sagemaker string
- Scheduler string
- Schemas string
- Sdb string
- Secretsmanager string
- Securityhub string
- Securitylake string
- Serverlessapplicationrepository string
- Serverlessapprepo string
- Serverlessrepo string
- Servicecatalog string
- Servicediscovery string
- Servicequotas string
- Ses string
- Sesv2 string
- Sfn string
- Shield string
- Signer string
- Simpledb string
- Sns string
- Sqs string
- Ssm string
- Ssmcontacts string
- Ssmincidents string
- Sso string
- Ssoadmin string
- Stepfunctions string
- Storagegateway string
- Sts string
- Swf string
- Synthetics string
- Timestreamwrite string
- Transcribe string
- Transcribeservice string
- Transfer string
- Verifiedpermissions string
- Vpclattice string
- Waf string
- Wafregional string
- Wafv2 string
- Worklink string
- Workspaces string
- Xray string
- Accessanalyzer string
- Account string
- Acm string
- Acmpca string
- Amg string
- Amp string
- Amplify string
- Apigateway string
- Apigatewayv2 string
- Appautoscaling string
- Appconfig string
- Appfabric string
- Appflow string
- Appintegrations string
- Appintegrationsservice string
- Applicationautoscaling string
- Applicationinsights string
- Appmesh string
- Apprunner string
- Appstream string
- Appsync string
- Athena string
- Auditmanager string
- Autoscaling string
- Autoscalingplans string
- Backup string
- Batch string
- Beanstalk string
- Bedrock string
- Budgets string
- Ce string
- Chime string
- Chimesdkmediapipelines string
- Chimesdkvoice string
- Cleanrooms string
- Cloud9 string
- Cloudcontrol string
- Cloudcontrolapi string
- Cloudformation string
- Cloudfront string
- Cloudhsm string
- Cloudhsmv2 string
- Cloudsearch string
- Cloudtrail string
- Cloudwatch string
- Cloudwatchevents string
- Cloudwatchevidently string
- Cloudwatchlog string
- Cloudwatchlogs string
- Cloudwatchobservabilityaccessmanager string
- Cloudwatchrum string
- Codeartifact string
- Codebuild string
- Codecatalyst string
- Codecommit string
- Codedeploy string
- Codegurureviewer string
- Codepipeline string
- Codestarconnections string
- Codestarnotifications string
- Cognitoidentity string
- Cognitoidentityprovider string
- Cognitoidp string
- Comprehend string
- Computeoptimizer string
- Config string
- Configservice string
- Connect string
- Connectcases string
- Controltower string
- Costandusagereportservice string
- Costexplorer string
- Cur string
- Customerprofiles string
- Databasemigration string
- Databasemigrationservice string
- Dataexchange string
- Datapipeline string
- Datasync string
- Dax string
- Deploy string
- Detective string
- Devicefarm string
- Directconnect string
- Directoryservice string
- Dlm string
- Dms string
- Docdb string
- Docdbelastic string
- Ds string
- Dynamodb string
- Ec2 string
- Ecr string
- Ecrpublic string
- Ecs string
- Efs string
- Eks string
- Elasticache string
- Elasticbeanstalk string
- Elasticloadbalancing string
- Elasticloadbalancingv2 string
- Elasticsearch string
- Elasticsearchservice string
- Elastictranscoder string
- Elb string
- Elbv2 string
- Emr string
- Emrcontainers string
- Emrserverless string
- Es string
- Eventbridge string
- Events string
- Evidently string
- Finspace string
- Firehose string
- Fis string
- Fms string
- Fsx string
- Gamelift string
- Glacier string
- Globalaccelerator string
- Glue string
- Grafana string
- Greengrass string
- Guardduty string
- Healthlake string
- Iam string
- Identitystore string
- Imagebuilder string
- Inspector string
- Inspector2 string
- Inspectorv2 string
- Internetmonitor string
- Iot string
- Iotanalytics string
- Iotevents string
- Ivs string
- Ivschat string
- Kafka string
- Kafkaconnect string
- Kendra string
- Keyspaces string
- Kinesis string
- Kinesisanalytics string
- Kinesisanalyticsv2 string
- Kinesisvideo string
- Kms string
- Lakeformation string
- Lambda string
- Lex string
- Lexmodelbuilding string
- Lexmodelbuildingservice string
- Lexmodels string
- Lexmodelsv2 string
- Lexv2models string
- Licensemanager string
- Lightsail string
- Location string
- Locationservice string
- Logs string
- Macie2 string
- Managedgrafana string
- Mediaconnect string
- Mediaconvert string
- Medialive string
- Mediapackage string
- Mediastore string
- Memorydb string
- Mq string
- Msk string
- Mwaa string
- Neptune string
- Networkfirewall string
- Networkmanager string
- Oam string
- Opensearch string
- Opensearchingestion string
- Opensearchserverless string
- Opensearchservice string
- Opsworks string
- Organizations string
- Osis string
- Outposts string
- Pinpoint string
- Pipes string
- Pricing string
- Prometheus string
- Prometheusservice string
- Qldb string
- Quicksight string
- Ram string
- Rbin string
- Rds string
- Recyclebin string
- Redshift string
- Redshiftdata string
- Redshiftdataapiservice string
- Redshiftserverless string
- Resourceexplorer2 string
- Resourcegroups string
- Resourcegroupstagging string
- Resourcegroupstaggingapi string
- Rolesanywhere string
- Route53 string
- Route53domains string
- Route53recoverycontrolconfig string
- Route53recoveryreadiness string
- Route53resolver string
- Rum string
- S3 string
- S3api string
- S3control string
- S3outposts string
- Sagemaker string
- Scheduler string
- Schemas string
- Sdb string
- Secretsmanager string
- Securityhub string
- Securitylake string
- Serverlessapplicationrepository string
- Serverlessapprepo string
- Serverlessrepo string
- Servicecatalog string
- Servicediscovery string
- Servicequotas string
- Ses string
- Sesv2 string
- Sfn string
- Shield string
- Signer string
- Simpledb string
- Sns string
- Sqs string
- Ssm string
- Ssmcontacts string
- Ssmincidents string
- Sso string
- Ssoadmin string
- Stepfunctions string
- Storagegateway string
- Sts string
- Swf string
- Synthetics string
- Timestreamwrite string
- Transcribe string
- Transcribeservice string
- Transfer string
- Verifiedpermissions string
- Vpclattice string
- Waf string
- Wafregional string
- Wafv2 string
- Worklink string
- Workspaces string
- Xray string
- accessanalyzer String
- account String
- acm String
- acmpca String
- amg String
- amp String
- amplify String
- apigateway String
- apigatewayv2 String
- appautoscaling String
- appconfig String
- appfabric String
- appflow String
- appintegrations String
- appintegrationsservice String
- applicationautoscaling String
- applicationinsights String
- appmesh String
- apprunner String
- appstream String
- appsync String
- athena String
- auditmanager String
- autoscaling String
- autoscalingplans String
- backup String
- batch String
- beanstalk String
- bedrock String
- budgets String
- ce String
- chime String
- chimesdkmediapipelines String
- chimesdkvoice String
- cleanrooms String
- cloud9 String
- cloudcontrol String
- cloudcontrolapi String
- cloudformation String
- cloudfront String
- cloudhsm String
- cloudhsmv2 String
- cloudsearch String
- cloudtrail String
- cloudwatch String
- cloudwatchevents String
- cloudwatchevidently String
- cloudwatchlog String
- cloudwatchlogs String
- cloudwatchobservabilityaccessmanager String
- cloudwatchrum String
- codeartifact String
- codebuild String
- codecatalyst String
- codecommit String
- codedeploy String
- codegurureviewer String
- codepipeline String
- codestarconnections String
- codestarnotifications String
- cognitoidentity String
- cognitoidentityprovider String
- cognitoidp String
- comprehend String
- computeoptimizer String
- config String
- configservice String
- connect String
- connectcases String
- controltower String
- costandusagereportservice String
- costexplorer String
- cur String
- customerprofiles String
- databasemigration String
- databasemigrationservice String
- dataexchange String
- datapipeline String
- datasync String
- dax String
- deploy String
- detective String
- devicefarm String
- directconnect String
- directoryservice String
- dlm String
- dms String
- docdb String
- docdbelastic String
- ds String
- dynamodb String
- ec2 String
- ecr String
- ecrpublic String
- ecs String
- efs String
- eks String
- elasticache String
- elasticbeanstalk String
- elasticloadbalancing String
- elasticloadbalancingv2 String
- elasticsearch String
- elasticsearchservice String
- elastictranscoder String
- elb String
- elbv2 String
- emr String
- emrcontainers String
- emrserverless String
- es String
- eventbridge String
- events String
- evidently String
- finspace String
- firehose String
- fis String
- fms String
- fsx String
- gamelift String
- glacier String
- globalaccelerator String
- glue String
- grafana String
- greengrass String
- guardduty String
- healthlake String
- iam String
- identitystore String
- imagebuilder String
- inspector String
- inspector2 String
- inspectorv2 String
- internetmonitor String
- iot String
- iotanalytics String
- iotevents String
- ivs String
- ivschat String
- kafka String
- kafkaconnect String
- kendra String
- keyspaces String
- kinesis String
- kinesisanalytics String
- kinesisanalyticsv2 String
- kinesisvideo String
- kms String
- lakeformation String
- lambda String
- lex String
- lexmodelbuilding String
- lexmodelbuildingservice String
- lexmodels String
- lexmodelsv2 String
- lexv2models String
- licensemanager String
- lightsail String
- location String
- locationservice String
- logs String
- macie2 String
- managedgrafana String
- mediaconnect String
- mediaconvert String
- medialive String
- mediapackage String
- mediastore String
- memorydb String
- mq String
- msk String
- mwaa String
- neptune String
- networkfirewall String
- networkmanager String
- oam String
- opensearch String
- opensearchingestion String
- opensearchserverless String
- opensearchservice String
- opsworks String
- organizations String
- osis String
- outposts String
- pinpoint String
- pipes String
- pricing String
- prometheus String
- prometheusservice String
- qldb String
- quicksight String
- ram String
- rbin String
- rds String
- recyclebin String
- redshift String
- redshiftdata String
- redshiftdataapiservice String
- redshiftserverless String
- resourceexplorer2 String
- resourcegroups String
- resourcegroupstagging String
- resourcegroupstaggingapi String
- rolesanywhere String
- route53 String
- route53domains String
- route53recoverycontrolconfig String
- route53recoveryreadiness String
- route53resolver String
- rum String
- s3 String
- s3api String
- s3control String
- s3outposts String
- sagemaker String
- scheduler String
- schemas String
- sdb String
- secretsmanager String
- securityhub String
- securitylake String
- serverlessapplicationrepository String
- serverlessapprepo String
- serverlessrepo String
- servicecatalog String
- servicediscovery String
- servicequotas String
- ses String
- sesv2 String
- sfn String
- shield String
- signer String
- simpledb String
- sns String
- sqs String
- ssm String
- ssmcontacts String
- ssmincidents String
- sso String
- ssoadmin String
- stepfunctions String
- storagegateway String
- sts String
- swf String
- synthetics String
- timestreamwrite String
- transcribe String
- transcribeservice String
- transfer String
- verifiedpermissions String
- vpclattice String
- waf String
- wafregional String
- wafv2 String
- worklink String
- workspaces String
- xray String
- accessanalyzer string
- account string
- acm string
- acmpca string
- amg string
- amp string
- amplify string
- apigateway string
- apigatewayv2 string
- appautoscaling string
- appconfig string
- appfabric string
- appflow string
- appintegrations string
- appintegrationsservice string
- applicationautoscaling string
- applicationinsights string
- appmesh string
- apprunner string
- appstream string
- appsync string
- athena string
- auditmanager string
- autoscaling string
- autoscalingplans string
- backup string
- batch string
- beanstalk string
- bedrock string
- budgets string
- ce string
- chime string
- chimesdkmediapipelines string
- chimesdkvoice string
- cleanrooms string
- cloud9 string
- cloudcontrol string
- cloudcontrolapi string
- cloudformation string
- cloudfront string
- cloudhsm string
- cloudhsmv2 string
- cloudsearch string
- cloudtrail string
- cloudwatch string
- cloudwatchevents string
- cloudwatchevidently string
- cloudwatchlog string
- cloudwatchlogs string
- cloudwatchobservabilityaccessmanager string
- cloudwatchrum string
- codeartifact string
- codebuild string
- codecatalyst string
- codecommit string
- codedeploy string
- codegurureviewer string
- codepipeline string
- codestarconnections string
- codestarnotifications string
- cognitoidentity string
- cognitoidentityprovider string
- cognitoidp string
- comprehend string
- computeoptimizer string
- config string
- configservice string
- connect string
- connectcases string
- controltower string
- costandusagereportservice string
- costexplorer string
- cur string
- customerprofiles string
- databasemigration string
- databasemigrationservice string
- dataexchange string
- datapipeline string
- datasync string
- dax string
- deploy string
- detective string
- devicefarm string
- directconnect string
- directoryservice string
- dlm string
- dms string
- docdb string
- docdbelastic string
- ds string
- dynamodb string
- ec2 string
- ecr string
- ecrpublic string
- ecs string
- efs string
- eks string
- elasticache string
- elasticbeanstalk string
- elasticloadbalancing string
- elasticloadbalancingv2 string
- elasticsearch string
- elasticsearchservice string
- elastictranscoder string
- elb string
- elbv2 string
- emr string
- emrcontainers string
- emrserverless string
- es string
- eventbridge string
- events string
- evidently string
- finspace string
- firehose string
- fis string
- fms string
- fsx string
- gamelift string
- glacier string
- globalaccelerator string
- glue string
- grafana string
- greengrass string
- guardduty string
- healthlake string
- iam string
- identitystore string
- imagebuilder string
- inspector string
- inspector2 string
- inspectorv2 string
- internetmonitor string
- iot string
- iotanalytics string
- iotevents string
- ivs string
- ivschat string
- kafka string
- kafkaconnect string
- kendra string
- keyspaces string
- kinesis string
- kinesisanalytics string
- kinesisanalyticsv2 string
- kinesisvideo string
- kms string
- lakeformation string
- lambda string
- lex string
- lexmodelbuilding string
- lexmodelbuildingservice string
- lexmodels string
- lexmodelsv2 string
- lexv2models string
- licensemanager string
- lightsail string
- location string
- locationservice string
- logs string
- macie2 string
- managedgrafana string
- mediaconnect string
- mediaconvert string
- medialive string
- mediapackage string
- mediastore string
- memorydb string
- mq string
- msk string
- mwaa string
- neptune string
- networkfirewall string
- networkmanager string
- oam string
- opensearch string
- opensearchingestion string
- opensearchserverless string
- opensearchservice string
- opsworks string
- organizations string
- osis string
- outposts string
- pinpoint string
- pipes string
- pricing string
- prometheus string
- prometheusservice string
- qldb string
- quicksight string
- ram string
- rbin string
- rds string
- recyclebin string
- redshift string
- redshiftdata string
- redshiftdataapiservice string
- redshiftserverless string
- resourceexplorer2 string
- resourcegroups string
- resourcegroupstagging string
- resourcegroupstaggingapi string
- rolesanywhere string
- route53 string
- route53domains string
- route53recoverycontrolconfig string
- route53recoveryreadiness string
- route53resolver string
- rum string
- s3 string
- s3api string
- s3control string
- s3outposts string
- sagemaker string
- scheduler string
- schemas string
- sdb string
- secretsmanager string
- securityhub string
- securitylake string
- serverlessapplicationrepository string
- serverlessapprepo string
- serverlessrepo string
- servicecatalog string
- servicediscovery string
- servicequotas string
- ses string
- sesv2 string
- sfn string
- shield string
- signer string
- simpledb string
- sns string
- sqs string
- ssm string
- ssmcontacts string
- ssmincidents string
- sso string
- ssoadmin string
- stepfunctions string
- storagegateway string
- sts string
- swf string
- synthetics string
- timestreamwrite string
- transcribe string
- transcribeservice string
- transfer string
- verifiedpermissions string
- vpclattice string
- waf string
- wafregional string
- wafv2 string
- worklink string
- workspaces string
- xray string
- accessanalyzer str
- account str
- acm str
- acmpca str
- amg str
- amp str
- amplify str
- apigateway str
- apigatewayv2 str
- appautoscaling str
- appconfig str
- appfabric str
- appflow str
- appintegrations str
- appintegrationsservice str
- applicationautoscaling str
- applicationinsights str
- appmesh str
- apprunner str
- appstream str
- appsync str
- athena str
- auditmanager str
- autoscaling str
- autoscalingplans str
- backup str
- batch str
- beanstalk str
- bedrock str
- budgets str
- ce str
- chime str
- chimesdkmediapipelines str
- chimesdkvoice str
- cleanrooms str
- cloud9 str
- cloudcontrol str
- cloudcontrolapi str
- cloudformation str
- cloudfront str
- cloudhsm str
- cloudhsmv2 str
- cloudsearch str
- cloudtrail str
- cloudwatch str
- cloudwatchevents str
- cloudwatchevidently str
- cloudwatchlog str
- cloudwatchlogs str
- cloudwatchobservabilityaccessmanager str
- cloudwatchrum str
- codeartifact str
- codebuild str
- codecatalyst str
- codecommit str
- codedeploy str
- codegurureviewer str
- codepipeline str
- codestarconnections str
- codestarnotifications str
- cognitoidentity str
- cognitoidentityprovider str
- cognitoidp str
- comprehend str
- computeoptimizer str
- config str
- configservice str
- connect str
- connectcases str
- controltower str
- costandusagereportservice str
- costexplorer str
- cur str
- customerprofiles str
- databasemigration str
- databasemigrationservice str
- dataexchange str
- datapipeline str
- datasync str
- dax str
- deploy str
- detective str
- devicefarm str
- directconnect str
- directoryservice str
- dlm str
- dms str
- docdb str
- docdbelastic str
- ds str
- dynamodb str
- ec2 str
- ecr str
- ecrpublic str
- ecs str
- efs str
- eks str
- elasticache str
- elasticbeanstalk str
- elasticloadbalancing str
- elasticloadbalancingv2 str
- elasticsearch str
- elasticsearchservice str
- elastictranscoder str
- elb str
- elbv2 str
- emr str
- emrcontainers str
- emrserverless str
- es str
- eventbridge str
- events str
- evidently str
- finspace str
- firehose str
- fis str
- fms str
- fsx str
- gamelift str
- glacier str
- globalaccelerator str
- glue str
- grafana str
- greengrass str
- guardduty str
- healthlake str
- iam str
- identitystore str
- imagebuilder str
- inspector str
- inspector2 str
- inspectorv2 str
- internetmonitor str
- iot str
- iotanalytics str
- iotevents str
- ivs str
- ivschat str
- kafka str
- kafkaconnect str
- kendra str
- keyspaces str
- kinesis str
- kinesisanalytics str
- kinesisanalyticsv2 str
- kinesisvideo str
- kms str
- lakeformation str
- lambda_ str
- lex str
- lexmodelbuilding str
- lexmodelbuildingservice str
- lexmodels str
- lexmodelsv2 str
- lexv2models str
- licensemanager str
- lightsail str
- location str
- locationservice str
- logs str
- macie2 str
- managedgrafana str
- mediaconnect str
- mediaconvert str
- medialive str
- mediapackage str
- mediastore str
- memorydb str
- mq str
- msk str
- mwaa str
- neptune str
- networkfirewall str
- networkmanager str
- oam str
- opensearch str
- opensearchingestion str
- opensearchserverless str
- opensearchservice str
- opsworks str
- organizations str
- osis str
- outposts str
- pinpoint str
- pipes str
- pricing str
- prometheus str
- prometheusservice str
- qldb str
- quicksight str
- ram str
- rbin str
- rds str
- recyclebin str
- redshift str
- redshiftdata str
- redshiftdataapiservice str
- redshiftserverless str
- resourceexplorer2 str
- resourcegroups str
- resourcegroupstagging str
- resourcegroupstaggingapi str
- rolesanywhere str
- route53 str
- route53domains str
- route53recoverycontrolconfig str
- route53recoveryreadiness str
- route53resolver str
- rum str
- s3 str
- s3api str
- s3control str
- s3outposts str
- sagemaker str
- scheduler str
- schemas str
- sdb str
- secretsmanager str
- securityhub str
- securitylake str
- serverlessapplicationrepository str
- serverlessapprepo str
- serverlessrepo str
- servicecatalog str
- servicediscovery str
- servicequotas str
- ses str
- sesv2 str
- sfn str
- shield str
- signer str
- simpledb str
- sns str
- sqs str
- ssm str
- ssmcontacts str
- ssmincidents str
- sso str
- ssoadmin str
- stepfunctions str
- storagegateway str
- sts str
- swf str
- synthetics str
- timestreamwrite str
- transcribe str
- transcribeservice str
- transfer str
- verifiedpermissions str
- vpclattice str
- waf str
- wafregional str
- wafv2 str
- worklink str
- workspaces str
- xray str
- accessanalyzer String
- account String
- acm String
- acmpca String
- amg String
- amp String
- amplify String
- apigateway String
- apigatewayv2 String
- appautoscaling String
- appconfig String
- appfabric String
- appflow String
- appintegrations String
- appintegrationsservice String
- applicationautoscaling String
- applicationinsights String
- appmesh String
- apprunner String
- appstream String
- appsync String
- athena String
- auditmanager String
- autoscaling String
- autoscalingplans String
- backup String
- batch String
- beanstalk String
- bedrock String
- budgets String
- ce String
- chime String
- chimesdkmediapipelines String
- chimesdkvoice String
- cleanrooms String
- cloud9 String
- cloudcontrol String
- cloudcontrolapi String
- cloudformation String
- cloudfront String
- cloudhsm String
- cloudhsmv2 String
- cloudsearch String
- cloudtrail String
- cloudwatch String
- cloudwatchevents String
- cloudwatchevidently String
- cloudwatchlog String
- cloudwatchlogs String
- cloudwatchobservabilityaccessmanager String
- cloudwatchrum String
- codeartifact String
- codebuild String
- codecatalyst String
- codecommit String
- codedeploy String
- codegurureviewer String
- codepipeline String
- codestarconnections String
- codestarnotifications String
- cognitoidentity String
- cognitoidentityprovider String
- cognitoidp String
- comprehend String
- computeoptimizer String
- config String
- configservice String
- connect String
- connectcases String
- controltower String
- costandusagereportservice String
- costexplorer String
- cur String
- customerprofiles String
- databasemigration String
- databasemigrationservice String
- dataexchange String
- datapipeline String
- datasync String
- dax String
- deploy String
- detective String
- devicefarm String
- directconnect String
- directoryservice String
- dlm String
- dms String
- docdb String
- docdbelastic String
- ds String
- dynamodb String
- ec2 String
- ecr String
- ecrpublic String
- ecs String
- efs String
- eks String
- elasticache String
- elasticbeanstalk String
- elasticloadbalancing String
- elasticloadbalancingv2 String
- elasticsearch String
- elasticsearchservice String
- elastictranscoder String
- elb String
- elbv2 String
- emr String
- emrcontainers String
- emrserverless String
- es String
- eventbridge String
- events String
- evidently String
- finspace String
- firehose String
- fis String
- fms String
- fsx String
- gamelift String
- glacier String
- globalaccelerator String
- glue String
- grafana String
- greengrass String
- guardduty String
- healthlake String
- iam String
- identitystore String
- imagebuilder String
- inspector String
- inspector2 String
- inspectorv2 String
- internetmonitor String
- iot String
- iotanalytics String
- iotevents String
- ivs String
- ivschat String
- kafka String
- kafkaconnect String
- kendra String
- keyspaces String
- kinesis String
- kinesisanalytics String
- kinesisanalyticsv2 String
- kinesisvideo String
- kms String
- lakeformation String
- lambda String
- lex String
- lexmodelbuilding String
- lexmodelbuildingservice String
- lexmodels String
- lexmodelsv2 String
- lexv2models String
- licensemanager String
- lightsail String
- location String
- locationservice String
- logs String
- macie2 String
- managedgrafana String
- mediaconnect String
- mediaconvert String
- medialive String
- mediapackage String
- mediastore String
- memorydb String
- mq String
- msk String
- mwaa String
- neptune String
- networkfirewall String
- networkmanager String
- oam String
- opensearch String
- opensearchingestion String
- opensearchserverless String
- opensearchservice String
- opsworks String
- organizations String
- osis String
- outposts String
- pinpoint String
- pipes String
- pricing String
- prometheus String
- prometheusservice String
- qldb String
- quicksight String
- ram String
- rbin String
- rds String
- recyclebin String
- redshift String
- redshiftdata String
- redshiftdataapiservice String
- redshiftserverless String
- resourceexplorer2 String
- resourcegroups String
- resourcegroupstagging String
- resourcegroupstaggingapi String
- rolesanywhere String
- route53 String
- route53domains String
- route53recoverycontrolconfig String
- route53recoveryreadiness String
- route53resolver String
- rum String
- s3 String
- s3api String
- s3control String
- s3outposts String
- sagemaker String
- scheduler String
- schemas String
- sdb String
- secretsmanager String
- securityhub String
- securitylake String
- serverlessapplicationrepository String
- serverlessapprepo String
- serverlessrepo String
- servicecatalog String
- servicediscovery String
- servicequotas String
- ses String
- sesv2 String
- sfn String
- shield String
- signer String
- simpledb String
- sns String
- sqs String
- ssm String
- ssmcontacts String
- ssmincidents String
- sso String
- ssoadmin String
- stepfunctions String
- storagegateway String
- sts String
- swf String
- synthetics String
- timestreamwrite String
- transcribe String
- transcribeservice String
- transfer String
- verifiedpermissions String
- vpclattice String
- waf String
- wafregional String
- wafv2 String
- worklink String
- workspaces String
- xray String
ProviderIgnoreTags, ProviderIgnoreTagsArgs
- Key
Prefixes List<string> - Keys List<string>
- Key
Prefixes []string - Keys []string
- key
Prefixes List<String> - keys List<String>
- key
Prefixes string[] - keys string[]
- key_
prefixes Sequence[str] - keys Sequence[str]
- key
Prefixes List<String> - keys List<String>
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
aws
Terraform Provider.
Try AWS Native preview for resources not in the classic version.