| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.GlueDevEndpoint
Description
- data GlueDevEndpoint = GlueDevEndpoint {
- _glueDevEndpointEndpointName :: Maybe (Val Text)
- _glueDevEndpointExtraJarsS3Path :: Maybe (Val Text)
- _glueDevEndpointExtraPythonLibsS3Path :: Maybe (Val Text)
- _glueDevEndpointNumberOfNodes :: Maybe (Val Integer)
- _glueDevEndpointPublicKey :: Val Text
- _glueDevEndpointRoleArn :: Val Text
- _glueDevEndpointSecurityGroupIds :: Maybe (ValList Text)
- _glueDevEndpointSubnetId :: Maybe (Val Text)
- glueDevEndpoint :: Val Text -> Val Text -> GlueDevEndpoint
- gdeEndpointName :: Lens' GlueDevEndpoint (Maybe (Val Text))
- gdeExtraJarsS3Path :: Lens' GlueDevEndpoint (Maybe (Val Text))
- gdeExtraPythonLibsS3Path :: Lens' GlueDevEndpoint (Maybe (Val Text))
- gdeNumberOfNodes :: Lens' GlueDevEndpoint (Maybe (Val Integer))
- gdePublicKey :: Lens' GlueDevEndpoint (Val Text)
- gdeRoleArn :: Lens' GlueDevEndpoint (Val Text)
- gdeSecurityGroupIds :: Lens' GlueDevEndpoint (Maybe (ValList Text))
- gdeSubnetId :: Lens' GlueDevEndpoint (Maybe (Val Text))
Documentation
data GlueDevEndpoint #
Full data type definition for GlueDevEndpoint. See glueDevEndpoint for
a more convenient constructor.
Constructors
Instances
Arguments
| :: Val Text | |
| -> Val Text | |
| -> GlueDevEndpoint |
Constructor for GlueDevEndpoint containing required fields as
arguments.
gdeEndpointName :: Lens' GlueDevEndpoint (Maybe (Val Text)) #
gdeExtraJarsS3Path :: Lens' GlueDevEndpoint (Maybe (Val Text)) #
gdeNumberOfNodes :: Lens' GlueDevEndpoint (Maybe (Val Integer)) #
gdePublicKey :: Lens' GlueDevEndpoint (Val Text) #
gdeRoleArn :: Lens' GlueDevEndpoint (Val Text) #