1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. bcmpricingcalculator
  6. BillScenario

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

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi

    Resource Type definition for AWS::BcmPricingCalculator::BillScenario

    Create BillScenario Resource

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

    Constructor syntax

    new BillScenario(name: string, args?: BillScenarioArgs, opts?: CustomResourceOptions);
    @overload
    def BillScenario(resource_name: str,
                     args: Optional[BillScenarioArgs] = None,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def BillScenario(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     cost_category_group_sharing_preference_arn: Optional[str] = None,
                     expires_at: Optional[str] = None,
                     group_sharing_preference: Optional[BillScenarioGroupSharingPreference] = None,
                     name: Optional[str] = None,
                     tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewBillScenario(ctx *Context, name string, args *BillScenarioArgs, opts ...ResourceOption) (*BillScenario, error)
    public BillScenario(string name, BillScenarioArgs? args = null, CustomResourceOptions? opts = null)
    public BillScenario(String name, BillScenarioArgs args)
    public BillScenario(String name, BillScenarioArgs args, CustomResourceOptions options)
    
    type: aws-native:bcmpricingcalculator:BillScenario
    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 BillScenarioArgs
    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 BillScenarioArgs
    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 BillScenarioArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BillScenarioArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BillScenarioArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    BillScenario 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 BillScenario resource accepts the following input properties:

    CostCategoryGroupSharingPreferenceArn string
    The ARN of the cost category group sharing preference
    ExpiresAt string
    The timestamp when the bill scenario expires
    GroupSharingPreference Pulumi.AwsNative.BcmPricingCalculator.BillScenarioGroupSharingPreference
    The group sharing preference for the bill scenario
    Name string
    The name of the bill scenario
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource
    CostCategoryGroupSharingPreferenceArn string
    The ARN of the cost category group sharing preference
    ExpiresAt string
    The timestamp when the bill scenario expires
    GroupSharingPreference BillScenarioGroupSharingPreference
    The group sharing preference for the bill scenario
    Name string
    The name of the bill scenario
    Tags TagArgs
    An array of key-value pairs to apply to this resource
    costCategoryGroupSharingPreferenceArn String
    The ARN of the cost category group sharing preference
    expiresAt String
    The timestamp when the bill scenario expires
    groupSharingPreference BillScenarioGroupSharingPreference
    The group sharing preference for the bill scenario
    name String
    The name of the bill scenario
    tags List<Tag>
    An array of key-value pairs to apply to this resource
    costCategoryGroupSharingPreferenceArn string
    The ARN of the cost category group sharing preference
    expiresAt string
    The timestamp when the bill scenario expires
    groupSharingPreference BillScenarioGroupSharingPreference
    The group sharing preference for the bill scenario
    name string
    The name of the bill scenario
    tags Tag[]
    An array of key-value pairs to apply to this resource
    cost_category_group_sharing_preference_arn str
    The ARN of the cost category group sharing preference
    expires_at str
    The timestamp when the bill scenario expires
    group_sharing_preference BillScenarioGroupSharingPreference
    The group sharing preference for the bill scenario
    name str
    The name of the bill scenario
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource
    costCategoryGroupSharingPreferenceArn String
    The ARN of the cost category group sharing preference
    expiresAt String
    The timestamp when the bill scenario expires
    groupSharingPreference "OPEN" | "PRIORITIZED" | "RESTRICTED"
    The group sharing preference for the bill scenario
    name String
    The name of the bill scenario
    tags List<Property Map>
    An array of key-value pairs to apply to this resource

    Outputs

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

    Arn string
    The Amazon Resource Name (ARN) of the bill scenario.
    AwsId string
    The unique identifier of the bill scenario
    BillInterval Pulumi.AwsNative.BcmPricingCalculator.Outputs.BillScenarioBillInterval
    The time period covered by the bill scenario
    CreatedAt string
    The timestamp when the bill scenario was created
    FailureMessage string
    The failure message if the bill scenario failed
    Id string
    The provider-assigned unique ID for this managed resource.
    Status Pulumi.AwsNative.BcmPricingCalculator.BillScenarioStatus
    The status of the bill scenario
    Arn string
    The Amazon Resource Name (ARN) of the bill scenario.
    AwsId string
    The unique identifier of the bill scenario
    BillInterval BillScenarioBillInterval
    The time period covered by the bill scenario
    CreatedAt string
    The timestamp when the bill scenario was created
    FailureMessage string
    The failure message if the bill scenario failed
    Id string
    The provider-assigned unique ID for this managed resource.
    Status BillScenarioStatus
    The status of the bill scenario
    arn String
    The Amazon Resource Name (ARN) of the bill scenario.
    awsId String
    The unique identifier of the bill scenario
    billInterval BillScenarioBillInterval
    The time period covered by the bill scenario
    createdAt String
    The timestamp when the bill scenario was created
    failureMessage String
    The failure message if the bill scenario failed
    id String
    The provider-assigned unique ID for this managed resource.
    status BillScenarioStatus
    The status of the bill scenario
    arn string
    The Amazon Resource Name (ARN) of the bill scenario.
    awsId string
    The unique identifier of the bill scenario
    billInterval BillScenarioBillInterval
    The time period covered by the bill scenario
    createdAt string
    The timestamp when the bill scenario was created
    failureMessage string
    The failure message if the bill scenario failed
    id string
    The provider-assigned unique ID for this managed resource.
    status BillScenarioStatus
    The status of the bill scenario
    arn str
    The Amazon Resource Name (ARN) of the bill scenario.
    aws_id str
    The unique identifier of the bill scenario
    bill_interval BillScenarioBillInterval
    The time period covered by the bill scenario
    created_at str
    The timestamp when the bill scenario was created
    failure_message str
    The failure message if the bill scenario failed
    id str
    The provider-assigned unique ID for this managed resource.
    status BillScenarioStatus
    The status of the bill scenario
    arn String
    The Amazon Resource Name (ARN) of the bill scenario.
    awsId String
    The unique identifier of the bill scenario
    billInterval Property Map
    The time period covered by the bill scenario
    createdAt String
    The timestamp when the bill scenario was created
    failureMessage String
    The failure message if the bill scenario failed
    id String
    The provider-assigned unique ID for this managed resource.
    status "READY" | "LOCKED" | "FAILED"
    The status of the bill scenario

    Supporting Types

    BillScenarioBillInterval, BillScenarioBillIntervalArgs

    End string
    Start string
    End string
    Start string
    end String
    start String
    end string
    start string
    end str
    start str
    end String
    start String

    BillScenarioGroupSharingPreference, BillScenarioGroupSharingPreferenceArgs

    Open
    OPEN
    Prioritized
    PRIORITIZED
    Restricted
    RESTRICTED
    BillScenarioGroupSharingPreferenceOpen
    OPEN
    BillScenarioGroupSharingPreferencePrioritized
    PRIORITIZED
    BillScenarioGroupSharingPreferenceRestricted
    RESTRICTED
    Open
    OPEN
    Prioritized
    PRIORITIZED
    Restricted
    RESTRICTED
    Open
    OPEN
    Prioritized
    PRIORITIZED
    Restricted
    RESTRICTED
    OPEN
    OPEN
    PRIORITIZED
    PRIORITIZED
    RESTRICTED
    RESTRICTED
    "OPEN"
    OPEN
    "PRIORITIZED"
    PRIORITIZED
    "RESTRICTED"
    RESTRICTED

    BillScenarioStatus, BillScenarioStatusArgs

    Ready
    READY
    Locked
    LOCKED
    Failed
    FAILED
    BillScenarioStatusReady
    READY
    BillScenarioStatusLocked
    LOCKED
    BillScenarioStatusFailed
    FAILED
    Ready
    READY
    Locked
    LOCKED
    Failed
    FAILED
    Ready
    READY
    Locked
    LOCKED
    Failed
    FAILED
    READY
    READY
    LOCKED
    LOCKED
    FAILED
    FAILED
    "READY"
    READY
    "LOCKED"
    LOCKED
    "FAILED"
    FAILED

    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

    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.62.0
    published on Monday, Apr 20, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.