We recommend new projects start with resources from the AWS provider.
aws-native.configuration.AggregationAuthorization
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::Config::AggregationAuthorization
Create AggregationAuthorization Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AggregationAuthorization(name: string, args: AggregationAuthorizationArgs, opts?: CustomResourceOptions);
@overload
def AggregationAuthorization(resource_name: str,
args: AggregationAuthorizationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AggregationAuthorization(resource_name: str,
opts: Optional[ResourceOptions] = None,
authorized_account_id: Optional[str] = None,
authorized_aws_region: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewAggregationAuthorization(ctx *Context, name string, args AggregationAuthorizationArgs, opts ...ResourceOption) (*AggregationAuthorization, error)
public AggregationAuthorization(string name, AggregationAuthorizationArgs args, CustomResourceOptions? opts = null)
public AggregationAuthorization(String name, AggregationAuthorizationArgs args)
public AggregationAuthorization(String name, AggregationAuthorizationArgs args, CustomResourceOptions options)
type: aws-native:configuration:AggregationAuthorization
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 AggregationAuthorizationArgs
- 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 AggregationAuthorizationArgs
- 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 AggregationAuthorizationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AggregationAuthorizationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AggregationAuthorizationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AggregationAuthorization 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 AggregationAuthorization resource accepts the following input properties:
- string
- The 12-digit account ID of the account authorized to aggregate data.
- string
- The region authorized to collect aggregated data.
- List<Pulumi.
Aws Native. Inputs. Tag> - The tags for the AggregationAuthorization.
- string
- The 12-digit account ID of the account authorized to aggregate data.
- string
- The region authorized to collect aggregated data.
- Tag
Args - The tags for the AggregationAuthorization.
- String
- The 12-digit account ID of the account authorized to aggregate data.
- String
- The region authorized to collect aggregated data.
- List<Tag>
- The tags for the AggregationAuthorization.
- string
- The 12-digit account ID of the account authorized to aggregate data.
- string
- The region authorized to collect aggregated data.
- Tag[]
- The tags for the AggregationAuthorization.
- str
- The 12-digit account ID of the account authorized to aggregate data.
- str
- The region authorized to collect aggregated data.
- Sequence[Tag
Args] - The tags for the AggregationAuthorization.
- String
- The 12-digit account ID of the account authorized to aggregate data.
- String
- The region authorized to collect aggregated data.
- List<Property Map>
- The tags for the AggregationAuthorization.
Outputs
All input properties are implicitly available as output properties. Additionally, the AggregationAuthorization resource produces the following output properties:
- string
- The ARN of the AggregationAuthorization.
- Id string
- The provider-assigned unique ID for this managed resource.
- string
- The ARN of the AggregationAuthorization.
- Id string
- The provider-assigned unique ID for this managed resource.
- String
- The ARN of the AggregationAuthorization.
- id String
- The provider-assigned unique ID for this managed resource.
- string
- The ARN of the AggregationAuthorization.
- id string
- The provider-assigned unique ID for this managed resource.
- str
- The ARN of the AggregationAuthorization.
- id str
- The provider-assigned unique ID for this managed resource.
- String
- The ARN of the AggregationAuthorization.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.