Akamai
Provider
The provider type for the akamai 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 a Provider Resource
new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
@overload
def Provider(resource_name: str,
opts: Optional[ResourceOptions] = None,
appsec_section: Optional[str] = None,
appsecs: Optional[Sequence[ProviderAppsecArgs]] = None,
cache_enabled: Optional[bool] = None,
config: Optional[ProviderConfigArgs] = None,
config_section: Optional[str] = None,
dns: Optional[ProviderDnsArgs] = None,
dns_section: Optional[str] = None,
edgerc: Optional[str] = None,
gtm: Optional[ProviderGtmArgs] = None,
gtm_section: Optional[str] = None,
networklist_section: Optional[str] = None,
networks: Optional[Sequence[ProviderNetworkArgs]] = None,
papi_section: Optional[str] = None,
property: Optional[ProviderPropertyArgs] = None,
property_section: Optional[str] = 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:akamai
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:
- Appsec
Section string The setting "appsec_section" has been deprecated.
- Appsecs
List<Provider
Appsec Args> The setting "appsec" has been deprecated.
- Cache
Enabled bool - Config
Details ProviderConfig Args - Config
Section string The section of the edgerc file to use for configuration
- Dns
Provider
Dns Args The setting "dns" has been deprecated.
- Dns
Section string The setting "dns_section" has been deprecated.
- Edgerc string
- Gtm
Provider
Gtm Args The setting "gtm" has been deprecated.
- Gtm
Section string The setting "gtm_section" has been deprecated.
- Networklist
Section string The setting "networklist_section" has been deprecated.
- Networks
List<Provider
Network Args> - Papi
Section string The setting "papi_section" has been deprecated.
- Property
Provider
Property Args The setting "property" has been deprecated.
- Property
Section string The setting "property_section" has been deprecated.
- Appsec
Section string The setting "appsec_section" has been deprecated.
- Appsecs
[]Provider
Appsec Args The setting "appsec" has been deprecated.
- Cache
Enabled bool - Config
Provider
Config Args - Config
Section string The section of the edgerc file to use for configuration
- Dns
Provider
Dns Args The setting "dns" has been deprecated.
- Dns
Section string The setting "dns_section" has been deprecated.
- Edgerc string
- Gtm
Provider
Gtm Args The setting "gtm" has been deprecated.
- Gtm
Section string The setting "gtm_section" has been deprecated.
- Networklist
Section string The setting "networklist_section" has been deprecated.
- Networks
[]Provider
Network Args - Papi
Section string The setting "papi_section" has been deprecated.
- Property
Provider
Property Args The setting "property" has been deprecated.
- Property
Section string The setting "property_section" has been deprecated.
- appsec
Section String The setting "appsec_section" has been deprecated.
- appsecs
List
Appsec Args> The setting "appsec" has been deprecated.
- cache
Enabled Boolean - config
Provider
Config Args - config
Section String The section of the edgerc file to use for configuration
- dns
Provider
Dns Args The setting "dns" has been deprecated.
- dns
Section String The setting "dns_section" has been deprecated.
- edgerc String
- gtm
Provider
Gtm Args The setting "gtm" has been deprecated.
- gtm
Section String The setting "gtm_section" has been deprecated.
- networklist
Section String The setting "networklist_section" has been deprecated.
- networks
List
Network Args> - papi
Section String The setting "papi_section" has been deprecated.
- property
Provider
Property Args The setting "property" has been deprecated.
- property
Section String The setting "property_section" has been deprecated.
- appsec
Section string The setting "appsec_section" has been deprecated.
- appsecs
Provider
Appsec Args[] The setting "appsec" has been deprecated.
- cache
Enabled boolean - config
Provider
Config Args - config
Section string The section of the edgerc file to use for configuration
- dns
Provider
Dns Args The setting "dns" has been deprecated.
- dns
Section string The setting "dns_section" has been deprecated.
- edgerc string
- gtm
Provider
Gtm Args The setting "gtm" has been deprecated.
- gtm
Section string The setting "gtm_section" has been deprecated.
- networklist
Section string The setting "networklist_section" has been deprecated.
- networks
Provider
Network Args[] - papi
Section string The setting "papi_section" has been deprecated.
- property
Provider
Property Args The setting "property" has been deprecated.
- property
Section string The setting "property_section" has been deprecated.
- appsec_
section str The setting "appsec_section" has been deprecated.
- appsecs
Sequence[Provider
Appsec Args] The setting "appsec" has been deprecated.
- cache_
enabled bool - config
Provider
Config Args - config_
section str The section of the edgerc file to use for configuration
- dns
Provider
Dns Args The setting "dns" has been deprecated.
- dns_
section str The setting "dns_section" has been deprecated.
- edgerc str
- gtm
Provider
Gtm Args The setting "gtm" has been deprecated.
- gtm_
section str The setting "gtm_section" has been deprecated.
- networklist_
section str The setting "networklist_section" has been deprecated.
- networks
Sequence[Provider
Network Args] - papi_
section str The setting "papi_section" has been deprecated.
- property
Provider
Property Args The setting "property" has been deprecated.
- property_
section str The setting "property_section" has been deprecated.
- appsec
Section String The setting "appsec_section" has been deprecated.
- appsecs
List
The setting "appsec" has been deprecated.
- cache
Enabled Boolean - config Property Map
- config
Section String The section of the edgerc file to use for configuration
- dns Property Map
The setting "dns" has been deprecated.
- dns
Section String The setting "dns_section" has been deprecated.
- edgerc String
- gtm Property Map
The setting "gtm" has been deprecated.
- gtm
Section String The setting "gtm_section" has been deprecated.
- networklist
Section String The setting "networklist_section" has been deprecated.
- networks
List
- papi
Section String The setting "papi_section" has been deprecated.
- property Property Map
The setting "property" has been deprecated.
- property
Section String The setting "property_section" has been deprecated.
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
ProviderAppsec
- Access
Token string - Account
Key string - Client
Secret string - Client
Token string - Host string
- Max
Body int
- Access
Token string - Account
Key string - Client
Secret string - Client
Token string - Host string
- Max
Body int
- access
Token String - account
Key String - client
Secret String - client
Token String - host String
- max
Body Integer
- access
Token string - account
Key string - client
Secret string - client
Token string - host string
- max
Body number
- access_
token str - account_
key str - client_
secret str - client_
token str - host str
- max_
body int
- access
Token String - account
Key String - client
Secret String - client
Token String - host String
- max
Body Number
ProviderConfig
- Access
Token string - Account
Key string - Client
Secret string - Client
Token string - Host string
- Max
Body int
- Access
Token string - Account
Key string - Client
Secret string - Client
Token string - Host string
- Max
Body int
- access
Token String - account
Key String - client
Secret String - client
Token String - host String
- max
Body Integer
- access
Token string - account
Key string - client
Secret string - client
Token string - host string
- max
Body number
- access_
token str - account_
key str - client_
secret str - client_
token str - host str
- max_
body int
- access
Token String - account
Key String - client
Secret String - client
Token String - host String
- max
Body Number
ProviderDns
- Access
Token string - Account
Key string - Client
Secret string - Client
Token string - Host string
- Max
Body int
- Access
Token string - Account
Key string - Client
Secret string - Client
Token string - Host string
- Max
Body int
- access
Token String - account
Key String - client
Secret String - client
Token String - host String
- max
Body Integer
- access
Token string - account
Key string - client
Secret string - client
Token string - host string
- max
Body number
- access_
token str - account_
key str - client_
secret str - client_
token str - host str
- max_
body int
- access
Token String - account
Key String - client
Secret String - client
Token String - host String
- max
Body Number
ProviderGtm
- Access
Token string - Account
Key string - Client
Secret string - Client
Token string - Host string
- Max
Body int
- Access
Token string - Account
Key string - Client
Secret string - Client
Token string - Host string
- Max
Body int
- access
Token String - account
Key String - client
Secret String - client
Token String - host String
- max
Body Integer
- access
Token string - account
Key string - client
Secret string - client
Token string - host string
- max
Body number
- access_
token str - account_
key str - client_
secret str - client_
token str - host str
- max_
body int
- access
Token String - account
Key String - client
Secret String - client
Token String - host String
- max
Body Number
ProviderNetwork
- Access
Token string - Account
Key string - Client
Secret string - Client
Token string - Host string
- Max
Body int
- Access
Token string - Account
Key string - Client
Secret string - Client
Token string - Host string
- Max
Body int
- access
Token String - account
Key String - client
Secret String - client
Token String - host String
- max
Body Integer
- access
Token string - account
Key string - client
Secret string - client
Token string - host string
- max
Body number
- access_
token str - account_
key str - client_
secret str - client_
token str - host str
- max_
body int
- access
Token String - account
Key String - client
Secret String - client
Token String - host String
- max
Body Number
ProviderProperty
- Access
Token string - Account
Key string - Client
Secret string - Client
Token string - Host string
- Max
Body int
- Access
Token string - Account
Key string - Client
Secret string - Client
Token string - Host string
- Max
Body int
- access
Token String - account
Key String - client
Secret String - client
Token String - host String
- max
Body Integer
- access
Token string - account
Key string - client
Secret string - client
Token string - host string
- max
Body number
- access_
token str - account_
key str - client_
secret str - client_
token str - host str
- max_
body int
- access
Token String - account
Key String - client
Secret String - client
Token String - host String
- max
Body Number
Package Details
- Repository
- https://github.com/pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
akamai
Terraform Provider.