Class CfnPricingRuleProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.billingconductor.CfnPricingRuleProps.Jsii$Proxy
All Implemented Interfaces:
CfnPricingRuleProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnPricingRuleProps

@Stability(Stable) @Internal public static final class CfnPricingRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPricingRuleProps
An implementation for CfnPricingRuleProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.billingconductor.CfnPricingRuleProps

    CfnPricingRuleProps.Builder, CfnPricingRuleProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnPricingRuleProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The seller of services provided by AWS , their affiliates, or third-party providers selling services via AWS Marketplace .
    final String
    The pricing rule description.
    final Number
    A percentage modifier applied on the public pricing rates.
    final String
    The name of a pricing rule.
    final String
    Operation is the specific AWS action covered by this line item.
    final String
    The scope of pricing rule that indicates if it's globally applicable or service-specific.
    final String
    If the Scope attribute is SERVICE , this attribute indicates which service the PricingRule is applicable for.
    final List<CfnTag>
    A map that contains tag keys and tag values that are attached to a pricing rule.
    final Object
    The set of tiering configurations for the pricing rule.
    final String
    The type of pricing rule.
    final String
    Usage Type is the unit that each service uses to measure the usage of a specific type of resource.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnPricingRuleProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnPricingRuleProps.Builder.
  • Method Details