AWS Native is in preview. AWS Classic is fully supported.
aws-native.cloudfront.OriginAccessControl
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Resource Type definition for AWS::CloudFront::OriginAccessControl
Create OriginAccessControl Resource
new OriginAccessControl(name: string, args: OriginAccessControlArgs, opts?: CustomResourceOptions);
@overload
def OriginAccessControl(resource_name: str,
opts: Optional[ResourceOptions] = None,
origin_access_control_config: Optional[OriginAccessControlConfigArgs] = None)
@overload
def OriginAccessControl(resource_name: str,
args: OriginAccessControlArgs,
opts: Optional[ResourceOptions] = None)
func NewOriginAccessControl(ctx *Context, name string, args OriginAccessControlArgs, opts ...ResourceOption) (*OriginAccessControl, error)
public OriginAccessControl(string name, OriginAccessControlArgs args, CustomResourceOptions? opts = null)
public OriginAccessControl(String name, OriginAccessControlArgs args)
public OriginAccessControl(String name, OriginAccessControlArgs args, CustomResourceOptions options)
type: aws-native:cloudfront:OriginAccessControl
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OriginAccessControlArgs
- 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 OriginAccessControlArgs
- 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 OriginAccessControlArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OriginAccessControlArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OriginAccessControlArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
OriginAccessControl 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 OriginAccessControl resource accepts the following input properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the OriginAccessControl 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
OriginAccessControlConfig, OriginAccessControlConfigArgs
- Name string
- Origin
Access stringControl Origin Type - Signing
Behavior string - Signing
Protocol string - Description string
- Name string
- Origin
Access stringControl Origin Type - Signing
Behavior string - Signing
Protocol string - Description string
- name String
- origin
Access StringControl Origin Type - signing
Behavior String - signing
Protocol String - description String
- name string
- origin
Access stringControl Origin Type - signing
Behavior string - signing
Protocol string - description string
- name str
- origin_
access_ strcontrol_ origin_ type - signing_
behavior str - signing_
protocol str - description str
- name String
- origin
Access StringControl Origin Type - signing
Behavior String - signing
Protocol String - description String
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.